Browse Source

Merge pull request #2309 from kracekumar/patch-1

Added missing back tick.
Ask Solem Hoel 10 years ago
parent
commit
50dd2abb38
1 changed files with 1 additions and 1 deletions
  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
                       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
             is applied while executing another task, then the result
             will be appended to the parent tasks ``request.children``