Jelajahi Sumber

docs: remove duplicated word “acknowledgements”

Introduced in 2e8b4de.
Will Thompson 9 tahun lalu
induk
melakukan
f94dddd508
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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`).