Improve documentation

This commit is contained in:
NCPlayz
2019-05-18 06:04:54 -04:00
committed by Rapptz
parent 2f05436653
commit 3c9bcc2851
48 changed files with 652 additions and 569 deletions

View File

@ -42,10 +42,10 @@ class ExponentialBackoff:
Parameters
----------
base: :class:`int`
The base delay in seconds. The first retry-delay will be up to
The base delay in seconds. The first retry-delay will be up to
this many seconds.
integral: :class:`bool`
Set to True if whole periods of base is desirable, otherwise any
Set to ``True`` if whole periods of base is desirable, otherwise any
number in between may be returned.
"""