]> granicus.if.org Git - python/commitdiff
Fix protocol name
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 20 Oct 2007 19:25:37 +0000 (19:25 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 20 Oct 2007 19:25:37 +0000 (19:25 +0000)
Doc/library/ssl.rst

index bb172cd183ea20efcff9c02e6fb647e0273bd610..4a39efd795aa0ea2d9ad2e0de58480e9c6a40b69 100644 (file)
@@ -226,7 +226,7 @@ Functions, Constants, and Exceptions
 
 .. 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.