commit | 529b1a91ce53cba0e3c92cca6b6aa87ba2fc8ac8 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Sat Oct 20 19:25:37 2007 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Sat Oct 20 19:25:37 2007 +0000 |
tree | 5eab14cc5adb979e1441c8017474ac39d168c685 | |
parent | 3507333909dcd7c1cbf9d4905b3ee3829689025b [diff] |
Fix protocol name
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 @@ .. 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.