소스 검색

Merge pull request #2407 from rutsky/patch-3

remove unneeded dot
Ask Solem Hoel 10 년 전
부모
커밋
243c9392b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/faq.rst

+ 1 - 1
docs/faq.rst

@@ -760,7 +760,7 @@ to use both.
 
 `Task.retry` is used to retry tasks, notably for expected errors that
 is catchable with the `try:` block. The AMQP transaction is not used
-for these errors: **if the task raises an exception it is still acknowledged!**.
+for these errors: **if the task raises an exception it is still acknowledged!**
 
 The `acks_late` setting would be used when you need the task to be
 executed again if the worker (for some reason) crashes mid-execution.