diff options
| author | Jesse Shapiro <jesse@jesseshapiro.net> | 2018-02-26 09:59:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-26 09:59:04 -0500 |
| commit | f507c151768ba34dde29c4f4575a033fc1bb5727 (patch) | |
| tree | 9d8042df34865c1d078b2c9c57fb2249d3809677 /docs | |
| parent | 5bf40bee12d0b249172dc3eda4dc991854a422e7 (diff) | |
| parent | 95c91886501f588c16d1a4b831b81b9a4894ebb3 (diff) | |
| download | urllib3-f507c151768ba34dde29c4f4575a033fc1bb5727.tar.gz | |
Merge pull request #1328 from dienteperro/patch-1
minor typo fixed.
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 a9723c5e..fbfe7249 100644 --- a/docs/advanced-usage.rst +++ b/docs/advanced-usage.rst @@ -191,7 +191,7 @@ SSL Warnings urllib3 will issue several different warnings based on the level of certificate verification support. These warning indicate particular situations and can -resolved in different ways. +be resolved in different ways. * :class:`~exceptions.InsecureRequestWarning` This happens when a request is made to an HTTPS URL without certificate |
