summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Shapiro <jesse@jesseshapiro.net>2018-02-26 08:04:02 -0500
committerGitHub <noreply@github.com>2018-02-26 08:04:02 -0500
commit5bf40bee12d0b249172dc3eda4dc991854a422e7 (patch)
treebc1cd461850d0c04f29d463521ee93316e677a80 /docs
parent809543916a38f46c2d763338b000f5f0da1e3fcb (diff)
parent94a22df90a8e4fa383b209fa0fe5da96cdeb30d3 (diff)
downloadurllib3-5bf40bee12d0b249172dc3eda4dc991854a422e7.tar.gz
Merge pull request #1333 from jwilk-forks/spelling
Fix typo
Diffstat (limited to 'docs')
-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 9adc2e36..a9723c5e 100644
--- a/docs/advanced-usage.rst
+++ b/docs/advanced-usage.rst
@@ -194,7 +194,7 @@ verification support. These warning indicate particular situations and can
resolved in different ways.
* :class:`~exceptions.InsecureRequestWarning`
- This happens when an request is made to an HTTPS URL without certificate
+ This happens when a request is made to an HTTPS URL without certificate
verification enabled. Follow the :ref:`certificate verification <ssl>`
guide to resolve this warning.
* :class:`~exceptions.InsecurePlatformWarning`