浏览代码

Change wording.

Ask Solem 16 年之前
父节点
当前提交
811a07d50d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/faq.rst

+ 1 - 1
docs/faq.rst

@@ -40,7 +40,7 @@ My Periodic Tasks won't run
 (or in some other module Django loads by default, like ``models.py``?).
 
 You can find out if the celery daemon is able to run the task by executing the
-periodic task manually, by doing the following:
+periodic task manually:
 
     >>> from myapp.tasks import MyPeriodicTask
     >>> MyPeriodicTask.delay()