浏览代码

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

Ask Solem 15 年之前
父节点
当前提交
7a92d16f4e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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