From 529b1a91ce53cba0e3c92cca6b6aa87ba2fc8ac8 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sat, 20 Oct 2007 19:25:37 +0000 Subject: Fix protocol name --- Doc/library/ssl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index bb172cd..4a39efd 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. -- cgit v0.12