Browse Source

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

Ask Solem 15 năm trước cách đây
mục cha
commit
d789a8f203
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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