소스 검색

Remove extraenous comma

Ask Solem 16 년 전
부모
커밋
606ed73476
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      docs/introduction.rst

+ 0 - 2
docs/introduction.rst

@@ -22,7 +22,6 @@ downloading data like syndication feeds or web scraping. Use-cases are
 plentiful. Implementing these features asynchronously using ``celery`` is
 easy and fun, and the performance improvements can make it more than
 worthwhile.
-, 
 
 Features
 --------
@@ -165,7 +164,6 @@ A good place to add this command could be in your ``urls.py``,
     tasks.autodiscover()
 
 
-
 Then you can add new tasks in your applications ``tasks.py`` module,
 ::