Selaa lähdekoodia

Merge pull request #2408 from rutsky/patch-4

Add missing dot
Ask Solem Hoel 10 vuotta sitten
vanhempi
commit
9701598632
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/faq.rst

+ 1 - 1
docs/faq.rst

@@ -786,7 +786,7 @@ scenario of course, but you can probably imagine something far more
 sinister. So for ease of programming we have less reliability;
 It's a good default, users who require it and know what they
 are doing can still enable acks_late (and in the future hopefully
-use manual acknowledgement)
+use manual acknowledgement).
 
 In addition `Task.retry` has features not available in AMQP
 transactions: delay between retries, max retries, etc.