summaryrefslogtreecommitdiff
path: root/Doc/library/urllib.request.rst
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2016-11-08 22:33:31 -0500
committerAndrew Kuchling <amk@amk.ca>2016-11-08 22:33:31 -0500
commit58c534dd6cac474776e173fbeb06efbf46aff028 (patch)
treec44b4a8e41b92f2419445e7165896f6e0af23995 /Doc/library/urllib.request.rst
parentd58fc8b89e9fe036424643472d843cc15318ca97 (diff)
downloadcpython-git-58c534dd6cac474776e173fbeb06efbf46aff028.tar.gz
Use http instead of https, due to certificate error
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r--Doc/library/urllib.request.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index 9002afa979..618c69de3a 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.