summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.client.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-10-12 16:44:39 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-10-12 16:44:39 (GMT)
commit0518842b692a0f698018e35a0f754118b4762fbd (patch)
treea48e67a9f0c7c9ba6c70f11da22e5a3d926161cd /Doc/library/http.client.rst
parent83490319346031837b832d1ceec849f0ab6ceeb3 (diff)
downloadcpython-0518842b692a0f698018e35a0f754118b4762fbd.zip
cpython-0518842b692a0f698018e35a0f754118b4762fbd.tar.gz
cpython-0518842b692a0f698018e35a0f754118b4762fbd.tar.bz2
Make comment about SSL support more accurate
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 9df61b7..6c96731 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 :mod:`socket` module was compiled with
- SSL support.
+ HTTPS support is only available if the Python was compiled with SSL
+ support (through the :mod:`ssl` module).
The module provides the following classes: