Explorar o código

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

Ask Solem %!s(int64=15) %!d(string=hai) anos
pai
achega
7a92d16f4e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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