summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris P <b4ux1t3@users.noreply.github.com>2019-02-20 13:16:51 -0500
committerThea Flowers <theaflowers@google.com>2019-02-20 10:16:51 -0800
commitc7bafbc21df06b0e7576ab3ea7803347a9e71c1e (patch)
tree163705fed861edc7cecd2a16ee5d982e745c7527
parent4239a6d9edbc617439726c7e38cdaf7b24725a29 (diff)
downloadurllib3-c7bafbc21df06b0e7576ab3ea7803347a9e71c1e.tar.gz
Fixed small typo in advanced usage documentation (#1541)
-rw-r--r--docs/advanced-usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/advanced-usage.rst b/docs/advanced-usage.rst
index bccd684d..c8427570 100644
--- a/docs/advanced-usage.rst
+++ b/docs/advanced-usage.rst
@@ -206,7 +206,7 @@ SSL Warnings
------------
urllib3 will issue several different warnings based on the level of certificate
-verification support. These warning indicate particular situations and can
+verification support. These warnings indicate particular situations and can
be resolved in different ways.
* :class:`~exceptions.InsecureRequestWarning`