Browse Source

Update tasks.rst

I believe the reference to the task that failed is a typo.  I might be wrong.
Andrew Kittredge 11 years ago
parent
commit
f5768f8cff
1 changed files with 2 additions and 2 deletions
  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).