Explorar o código

Fix incorrect config key in documentation

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