Skip to content

Commit 9701598

Browse files
committed
Merge pull request celery#2408 from rutsky/patch-4
Add missing dot
2 parents 740f017 + b575487 commit 9701598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ scenario of course, but you can probably imagine something far more
786786
sinister. So for ease of programming we have less reliability;
787787
It's a good default, users who require it and know what they
788788
are doing can still enable acks_late (and in the future hopefully
789-
use manual acknowledgement)
789+
use manual acknowledgement).
790790

791791
In addition `Task.retry` has features not available in AMQP
792792
transactions: delay between retries, max retries, etc.

0 commit comments

Comments
 (0)