[Python-checkins] r58572 - python/trunk/Doc/library/ssl.rst

andrew.kuchling python-checkins at python.org
Sat Oct 20 21:25:38 CEST 2007


Author: andrew.kuchling
Date: Sat Oct 20 21:25:37 2007
New Revision: 58572

Modified:
   python/trunk/Doc/library/ssl.rst
Log:
Fix protocol name

Modified: python/trunk/Doc/library/ssl.rst
==============================================================================
--- python/trunk/Doc/library/ssl.rst	(original)
+++ python/trunk/Doc/library/ssl.rst	Sat Oct 20 21:25:37 2007
@@ -226,7 +226,7 @@
 
 .. data:: PROTOCOL_TLSv1
 
-   Selects SSL version 2 as the channel encryption protocol.  This is
+   Selects TLS version 1 as the channel encryption protocol.  This is
    the most modern version, and probably the best choice for maximum
    protection, if both sides can speak it.
 


More information about the Python-checkins mailing list