소스 검색

Fix incorrect config key in documentation

Gunnlaugur Thor Briem 15 년 전
부모
커밋
280cbb4839
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      celery/task/base.py

+ 1 - 1
celery/task/base.py

@@ -147,7 +147,7 @@ class Task(object):
     .. attribute:: disable_error_emails
 
         Disable all error e-mails for this task (only applicable if
-        ``settings.SEND_CELERY_ERROR_EMAILS`` is on.)
+        ``settings.CELERY_SEND_TASK_ERROR_EMAILS`` is on.)
 
     .. attribute:: serializer