소스 검색

docs: remove duplicated word “acknowledgements”

Introduced in 2e8b4de.
Will Thompson 9 년 전
부모
커밋
f94dddd508
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/userguide/optimizing.rst

+ 1 - 1
docs/userguide/optimizing.rst

@@ -184,7 +184,7 @@ When users ask if it's possible to disable "prefetching of tasks", often
 what they really want is to have a worker only reserve as many tasks as there
 what they really want is to have a worker only reserve as many tasks as there
 are child processes.
 are child processes.
 
 
-But this is not possible without enabling late acknowledgements
+But this is not possible without enabling late
 acknowledgements; A task that has been started, will be
 acknowledgements; A task that has been started, will be
 retried if the worker crashes mid execution so the task must be `idempotent`_
 retried if the worker crashes mid execution so the task must be `idempotent`_
 (see also notes at :ref:`faq-acks_late-vs-retry`).
 (see also notes at :ref:`faq-acks_late-vs-retry`).