Преглед на файлове

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
 
     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
     not something that happens automatically.