Skip to content

Commit

Permalink
Fixes typo in docstring for Issue celery#817
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jul 13, 2015
1 parent 5b02571 commit 7566d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celery/app/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ def replace(self, sig):
:param sig: :class:`@signature`
Note: This will raise :exc:`~@Ignore`, so the best practice
is to always use ``raise self.replace_in_chord(...)`` to convey
is to always use ``raise self.replace(...)`` to convey
to the reader that the task will not continue after being replaced.
:param: Signature of new task.
Expand Down

0 comments on commit 7566d2d

Please sign in to comment.