diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2007-10-20 19:25:37 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2007-10-20 19:25:37 (GMT) |
commit | 529b1a91ce53cba0e3c92cca6b6aa87ba2fc8ac8 (patch) | |
tree | 5eab14cc5adb979e1441c8017474ac39d168c685 /Doc/library | |
parent | 3507333909dcd7c1cbf9d4905b3ee3829689025b (diff) | |
download | cpython-529b1a91ce53cba0e3c92cca6b6aa87ba2fc8ac8.zip cpython-529b1a91ce53cba0e3c92cca6b6aa87ba2fc8ac8.tar.gz cpython-529b1a91ce53cba0e3c92cca6b6aa87ba2fc8ac8.tar.bz2 |
Fix protocol name
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/ssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |