diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-28 02:20:39 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-28 02:20:39 (GMT) |
commit | fe289c0f6f2ecbc06a9aa4183304bb6db7c03f7b (patch) | |
tree | 715a1df308b1103b7dc2e34db063fbe0870c3ef6 /Doc/library/http.client.rst | |
parent | 6bb91f3b6e51352f91bcf785d3f6fe160ed2cd85 (diff) | |
download | cpython-fe289c0f6f2ecbc06a9aa4183304bb6db7c03f7b.zip cpython-fe289c0f6f2ecbc06a9aa4183304bb6db7c03f7b.tar.gz cpython-fe289c0f6f2ecbc06a9aa4183304bb6db7c03f7b.tar.bz2 |
Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
Patch by Anish Shah and Aatish Neupane.
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:: |