diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-02 22:12:22 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-02 22:12:22 (GMT) |
commit | e1bc8982161fa16e4263ad0f91e32bed8e02d9d8 (patch) | |
tree | 9e6b6e9a4b9f10710835d55f0ee1291a55392aa4 /Doc/library/ssl.rst | |
parent | b205d58d0db38581d60d3de99ce27ab88a773c9b (diff) | |
download | cpython-e1bc8982161fa16e4263ad0f91e32bed8e02d9d8.zip cpython-e1bc8982161fa16e4263ad0f91e32bed8e02d9d8.tar.gz cpython-e1bc8982161fa16e4263ad0f91e32bed8e02d9d8.tar.bz2 |
Some nits.
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r-- | Doc/library/ssl.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index aaa3871..107b31d 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -1,8 +1,8 @@ -:mod:`ssl` --- SSL wrapper for socket objects -============================================= +:mod:`ssl` --- TLS/SSL wrapper for socket objects +================================================= .. module:: ssl - :synopsis: SSL wrapper for socket objects + :synopsis: TLS/SSL wrapper for socket objects .. moduleauthor:: Bill Janssen <bill.janssen@gmail.com> .. sectionauthor:: Bill Janssen <bill.janssen@gmail.com> |