summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.client.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-10-13 10:39:21 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-10-13 10:39:21 (GMT)
commit1ab19ca161a5b58cd47321cabc1562c4156293d9 (patch)
tree002e7b9711c23939226f78bc65dcbb6536b472b6 /Doc/library/http.client.rst
parent803e6d670c019335096ca456b1778205edb30a79 (diff)
downloadcpython-1ab19ca161a5b58cd47321cabc1562c4156293d9.zip
cpython-1ab19ca161a5b58cd47321cabc1562c4156293d9.tar.gz
cpython-1ab19ca161a5b58cd47321cabc1562c4156293d9.tar.bz2
Fix grammar
Diffstat (limited to 'Doc/library/http.client.rst')
-rw-r--r--Doc/library/http.client.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
index 90e16a7..bc3e478 100644
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -17,8 +17,8 @@ HTTPS protocols. It is normally not used directly --- the module
.. note::
- HTTPS support is only available if the Python was compiled with SSL
- support (through the :mod:`ssl` module).
+ HTTPS support is only available if Python was compiled with SSL support
+ (through the :mod:`ssl` module).
The module provides the following classes: