浏览代码

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