diff options
| author | Jakub Wilk <jwilk@jwilk.net> | 2018-02-25 21:51:17 +0100 |
|---|---|---|
| committer | Jakub Wilk <jwilk@jwilk.net> | 2018-02-25 21:51:17 +0100 |
| commit | 94a22df90a8e4fa383b209fa0fe5da96cdeb30d3 (patch) | |
| tree | b78d8dc85384850588d94918282c9fb10a7d4f0d /docs | |
| parent | 835b9b299fff5cb3eca8cfb52022f02728384dc5 (diff) | |
| download | urllib3-94a22df90a8e4fa383b209fa0fe5da96cdeb30d3.tar.gz | |
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 e36726c8..d90d7132 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` |
