summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.client.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-28 02:20:39 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-05-28 02:20:39 (GMT)
commitfe289c0f6f2ecbc06a9aa4183304bb6db7c03f7b (patch)
tree715a1df308b1103b7dc2e34db063fbe0870c3ef6 /Doc/library/http.client.rst
parent6bb91f3b6e51352f91bcf785d3f6fe160ed2cd85 (diff)
downloadcpython-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.rst2
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::