aboutsummaryrefslogtreecommitdiff
path: root/urllib3/util/retry.py
diff options
context:
space:
mode:
Diffstat (limited to 'urllib3/util/retry.py')
-rw-r--r--urllib3/util/retry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urllib3/util/retry.py b/urllib3/util/retry.py
index 9013197..eb560df 100644
--- a/urllib3/util/retry.py
+++ b/urllib3/util/retry.py
@@ -83,7 +83,7 @@ class Retry(object):
same state). See :attr:`Retry.DEFAULT_METHOD_WHITELIST`.
:param iterable status_forcelist:
- A set of HTTP status codes that we should force a retry on.
+ A set of HTTP status codes that we should force a retry on.
By default, this is disabled with ``None``.