diff options
author | Andrew Kuchling <amk@amk.ca> | 2016-11-09 03:33:31 (GMT) |
---|---|---|
committer | Andrew Kuchling <amk@amk.ca> | 2016-11-09 03:33:31 (GMT) |
commit | 58c534dd6cac474776e173fbeb06efbf46aff028 (patch) | |
tree | c44b4a8e41b92f2419445e7165896f6e0af23995 /Doc/library/urllib.request.rst | |
parent | d58fc8b89e9fe036424643472d843cc15318ca97 (diff) | |
download | cpython-58c534dd6cac474776e173fbeb06efbf46aff028.zip cpython-58c534dd6cac474776e173fbeb06efbf46aff028.tar.gz cpython-58c534dd6cac474776e173fbeb06efbf46aff028.tar.bz2 |
Use http instead of https, due to certificate error
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r-- | Doc/library/urllib.request.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 9002afa..618c69d 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -18,7 +18,7 @@ authentication, redirections, cookies and more. .. seealso:: - The `Requests package <https://docs.python-requests.org/>`_ + The `Requests package <http://docs.python-requests.org/>`_ is recommended for a higher-level HTTP client interface. |