From: Andrew M. Kuchling Date: Sat, 20 Oct 2007 19:25:37 +0000 (+0000) Subject: Fix protocol name X-Git-Tag: v2.6a1~1154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=529b1a91ce53cba0e3c92cca6b6aa87ba2fc8ac8;p=python Fix protocol name --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index bb172cd183..4a39efd795 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -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.