Przeglądaj źródła

Change wording.

Ask Solem 16 lat temu
rodzic
commit
811a07d50d
1 zmienionych plików z 1 dodań i 1 usunięć
  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``?).
 (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
 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
     >>> from myapp.tasks import MyPeriodicTask
     >>> MyPeriodicTask.delay()
     >>> MyPeriodicTask.delay()