summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.client.rst
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2016-11-09 03:38:54 (GMT)
committerAndrew Kuchling <amk@amk.ca>2016-11-09 03:38:54 (GMT)
commitbafd4f256069e3ba83fc946bdd7e6698cad32361 (patch)
treecd40763fad7f407f2b186fd07084bc90e8361ac1 /Doc/library/http.client.rst
parent9a7aff521e9acfb4cfbccee8c7786d23c21fb269 (diff)
parent58c534dd6cac474776e173fbeb06efbf46aff028 (diff)
downloadcpython-bafd4f256069e3ba83fc946bdd7e6698cad32361.zip
cpython-bafd4f256069e3ba83fc946bdd7e6698cad32361.tar.gz
cpython-bafd4f256069e3ba83fc946bdd7e6698cad32361.tar.bz2
Merge from 3.5
Diffstat (limited to 'Doc/library/http.client.rst')
-rw-r--r--Doc/library/http.client.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
index c494ac2..2f59ece 100644
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -20,7 +20,7 @@ HTTPS protocols. It is normally not used directly --- the module
.. 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.
.. note::