Skip to content

Commit

Permalink
Merge pull request #662 from Disassem/docfix
Browse files Browse the repository at this point in the history
Fix attribute name in docsting
  • Loading branch information
shazow committed Jun 29, 2015
2 parents 2d161c0 + d050ef0 commit c1fc7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urllib3/util/retry.py
Expand Up @@ -94,7 +94,7 @@ class Retry(object):
seconds. If the backoff_factor is 0.1, then :func:`.sleep` will sleep
for [0.1s, 0.2s, 0.4s, ...] between retries. It will never be longer
than :attr:`Retry.MAX_BACKOFF`.
than :attr:`Retry.BACKOFF_MAX`.
By default, backoff is disabled (set to 0).
Expand Down

0 comments on commit c1fc7bc

Please sign in to comment.