diff options
Diffstat (limited to 'discord/backoff.py')
| -rw-r--r-- | discord/backoff.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/backoff.py b/discord/backoff.py index a4f3221c..3ebc019e 100644 --- a/discord/backoff.py +++ b/discord/backoff.py @@ -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. """ |