Explorar o código

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

Ask Solem %!s(int64=15) %!d(string=hai) anos
pai
achega
d789a8f203
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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