瀏覽代碼

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,
 ::