Parcourir la source

Typo in CELERYD_SEND_TASK_ERROR_EMAILS configuration documentation. Closes #97. Thanks to Kami.

Ask Solem il y a 15 ans
Parent
commit
7a92d16f4e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/reference/celery.conf.rst

+ 1 - 1
docs/reference/celery.conf.rst

@@ -30,7 +30,7 @@ Configuration - celery.conf
 .. data:: CELERY_SEND_TASK_ERROR_EMAILS
 
     If set to ``True``, errors in tasks will be sent to admins by e-mail.
-    If unset, it will send the e-mails if ``settings.DEBUG`` is False.
+    If unset, it will send the e-mails if ``settings.DEBUG`` is ``True``.
 
 .. data:: ALWAYS_EAGER