소스 검색

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