Просмотр исходного кода

Docs: Calling: Clarify retry policy. Closes #3164

Ask Solem 10 лет назад
Родитель
Сommit
d85fcc9576
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/userguide/calling.rst

+ 1 - 1
docs/userguide/calling.rst

@@ -262,7 +262,7 @@ and can contain the following keys:
     Maximum number of retries before giving up, in this case the
     Maximum number of retries before giving up, in this case the
     exception that caused the retry to fail will be raised.
     exception that caused the retry to fail will be raised.
 
 
-    A value of 0 or :const:`None` means it will retry forever.
+    A value of :const:`None` means it will retry forever.
 
 
     The default is to retry 3 times.
     The default is to retry 3 times.