diff options
| author | Jeremy Cline <jeremy@jcline.org> | 2016-09-08 09:51:38 -0400 |
|---|---|---|
| committer | Jeremy Cline <jeremy@jcline.org> | 2016-09-08 09:51:38 -0400 |
| commit | 0d38bf7650087482737bf1b87408bb108a72089b (patch) | |
| tree | 9c871ae9795cae3f1b8c8f1bbbefe3ca000382dd /docs | |
| parent | 7563abc132304b49747e364c7e29e7b734f78c89 (diff) | |
| download | urllib3-0d38bf7650087482737bf1b87408bb108a72089b.tar.gz | |
Fix a typo in the user guide documentation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user-guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst index b37343aa..a7f7da5b 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -205,7 +205,7 @@ Certificate verification It is highly recommended to always use SSL certificate verification. **By default, urllib3 does not verify HTTPS requests**. -In order to enable verification you will need root certificate. The easiest +In order to enable verification you will need a set of root certificates. The easiest and most reliable method is to use the `certifi <https://certifi.io/en/latest>`_ package which provides Mozilla's root certificate bundle:: pip install certifi |
