diff options
| author | Jesse Shapiro <jesse@jesseshapiro.net> | 2018-02-26 08:04:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-26 08:04:02 -0500 |
| commit | 5bf40bee12d0b249172dc3eda4dc991854a422e7 (patch) | |
| tree | bc1cd461850d0c04f29d463521ee93316e677a80 /docs | |
| parent | 809543916a38f46c2d763338b000f5f0da1e3fcb (diff) | |
| parent | 94a22df90a8e4fa383b209fa0fe5da96cdeb30d3 (diff) | |
| download | urllib3-5bf40bee12d0b249172dc3eda4dc991854a422e7.tar.gz | |
Merge pull request #1333 from jwilk-forks/spelling
Fix typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/advanced-usage.rst | 2 |
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` |
