summaryrefslogtreecommitdiff
path: root/Doc/library/httplib.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-28 02:33:05 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-05-28 02:33:05 +0000
commit5720493172ab822512dfe3155bef838b68203e3a (patch)
tree3bf142ff2dae3c9a8785204ab1201525d19308aa /Doc/library/httplib.rst
parent6ecfab85d9ec39d6398204f9a4be3a299e88c108 (diff)
downloadcpython-git-5720493172ab822512dfe3155bef838b68203e3a.tar.gz
Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
Patch by Anish Shah and Aatish Neupane.
Diffstat (limited to 'Doc/library/httplib.rst')
-rw-r--r--Doc/library/httplib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst
index 45d829558e..4bf20067fa 100644
--- a/Doc/library/httplib.rst
+++ b/Doc/library/httplib.rst
@@ -27,7 +27,7 @@ uses it to handle URLs that use HTTP and HTTPS.
.. seealso::
The `Requests package <http://requests.readthedocs.org/>`_
- is recommended for a higher-level http client interface.
+ is recommended for a higher-level HTTP client interface.
.. note::