diff options
Diffstat (limited to 'Doc/library/http.client.rst')
-rw-r--r-- | Doc/library/http.client.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index bd91845..5a6a4a7 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst @@ -22,7 +22,7 @@ HTTPS protocols. It is normally not used directly --- the module .. seealso:: The `Requests package <https://requests.readthedocs.org/>`_ - is recommended for a higher-level http client interface. + is recommended for a higher-level HTTP client interface. .. note:: |