commit | 1ab19ca161a5b58cd47321cabc1562c4156293d9 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Oct 13 10:39:21 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Oct 13 10:39:21 2010 +0000 |
tree | 002e7b9711c23939226f78bc65dcbb6536b472b6 | |
parent | 803e6d670c019335096ca456b1778205edb30a79 [diff] [blame] |
Fix grammar
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 @@ .. 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: