Organise documentation

This commit is contained in:
NCPlayz
2019-03-16 21:43:55 +00:00
committed by Rapptz
parent 5e65ec978c
commit fb02191b80
30 changed files with 417 additions and 419 deletions

View File

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