Make comment about SSL support more accurate

This commit is contained in:
Antoine Pitrou 2010-10-12 16:44:39 +00:00
parent 8349031934
commit 0518842b69
1 changed files with 2 additions and 2 deletions

View File

@ -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: