소스 검색

Merge branch 'master' of github.com:celery/celery

Ask Solem 10 년 전
부모
커밋
f84078efd1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      celery/app/task.py

+ 1 - 1
celery/app/task.py

@@ -432,7 +432,7 @@ class Task(object):
         :keyword link_error: A single, or a list of tasks to apply
         :keyword link_error: A single, or a list of tasks to apply
                       if an error occurs while executing the task.
                       if an error occurs while executing the task.
 
 
-        :keyword producer: :class:~@kombu.Producer` instance to use.
+        :keyword producer: :class:`~@kombu.Producer` instance to use.
         :keyword add_to_parent: If set to True (default) and the task
         :keyword add_to_parent: If set to True (default) and the task
             is applied while executing another task, then the result
             is applied while executing another task, then the result
             will be appended to the parent tasks ``request.children``
             will be appended to the parent tasks ``request.children``