浏览代码

Fixes typo in docstring for Issue #817

Ask Solem 9 年之前
父节点
当前提交
7566d2dbe7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/app/task.py

+ 1 - 1
celery/app/task.py

@@ -741,7 +741,7 @@ class Task(object):
         :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.