Skip to content

Commit 2f422c5

Browse files
gjedeergeorgepsarakis
authored andcommitted
Fix link in documentation
`~@AsyncResult` results in `mailto:~@AsyncResult` link in the doc instead of a proper link to AsyncResult class http://docs.celeryproject.org/en/master/reference/celery.app.task.html?highlight=retry#celery.app.task.Task.apply_async
1 parent 6b6117f commit 2f422c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

celery/app/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ def apply_async(self, args=None, kwargs=None, task_id=None, producer=None,
499499
headers (Dict): Message headers to be included in the message.
500500
501501
Returns:
502-
~@AsyncResult: Promise of future evaluation.
502+
celery.result.AsyncResult: Promise of future evaluation.
503503
504504
Raises:
505505
TypeError: If not enough arguments are passed, or too many

0 commit comments

Comments
 (0)