浏览代码

Fixed typos in docs/userguide/tasks.rst

fredj 14 年之前
父节点
当前提交
d87b6f1553
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/userguide/tasks.rst

+ 1 - 1
docs/userguide/tasks.rst

@@ -198,7 +198,7 @@ Task options
 * max_retries
 * max_retries
 
 
     The maximum number of attempted retries before giving up.
     The maximum number of attempted retries before giving up.
-    If this is exceeded the :exc`~celery.execptions.MaxRetriesExceeded`
+    If this is exceeded the :exc`~celery.exceptions.MaxRetriesExceeded`
     exception will be raised. Note that you have to retry manually, it's
     exception will be raised. Note that you have to retry manually, it's
     not something that happens automatically.
     not something that happens automatically.