Browse Source

Fix typo in docs: after_task_publush -> after_task_publish

Gao Jiangmiao 9 years ago
parent
commit
915dcc9ac3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/internals/deprecation.rst

+ 1 - 1
docs/internals/deprecation.rst

@@ -156,7 +156,7 @@ Task_sent signal
 ----------------
 
 The :signal:`task_sent` signal will be removed in version 4.0.
-Please use the :signal:`before_task_publish` and :signal:`after_task_publush`
+Please use the :signal:`before_task_publish` and :signal:`after_task_publish`
 signals instead.
 
 Result