瀏覽代碼

Fix typo from "restart limit" to "retry limit" (#3807)

Salvatore Rinchiera 8 年之前
父節點
當前提交
f68b63c03d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/app/task.py

+ 1 - 1
celery/app/task.py

@@ -605,7 +605,7 @@ class Task(object):
         Arguments:
             args (Tuple): Positional arguments to retry with.
             kwargs (Dict): Keyword arguments to retry with.
-            exc (Exception): Custom exception to report when the max restart
+            exc (Exception): Custom exception to report when the max retry
                 limit has been exceeded (default:
                 :exc:`~@MaxRetriesExceededError`).