Browse Source

Fixed the last pending_xref. I hope. Closes #142.

Ask Solem 15 years ago
parent
commit
d789a8f203
1 changed files with 1 additions and 1 deletions
  1. 1 1
      celery/execute/__init__.py

+ 1 - 1
celery/execute/__init__.py

@@ -141,7 +141,7 @@ def delay_task(task_name, *args, **kwargs):
     :raises celery.exceptions.NotRegistered: exception if no such task
         has been registered in the task registry.
 
-    :returns: :class:`celery.result.AsyncResult`.
+    :returns :class:`celery.result.AsyncResult`:
 
     Example