Explorar o código

Update tasks.rst

I believe the reference to the task that failed is a typo.  I might be wrong.
Andrew Kittredge %!s(int64=11) %!d(string=hai) anos
pai
achega
f5768f8cff
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docs/userguide/tasks.rst

+ 2 - 2
docs/userguide/tasks.rst

@@ -1039,9 +1039,9 @@ Handlers
     :param status: Current task state.
     :param retval: Task return value/exception.
     :param task_id: Unique id of the task.
-    :param args: Original arguments for the task that failed.
+    :param args: Original arguments for the task that returned.
     :param kwargs: Original keyword arguments for the task
-                   that failed.
+                   that returned.
 
     :keyword einfo: :class:`~celery.datastructures.ExceptionInfo`
                     instance, containing the traceback (if any).