diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-10 23:39:19 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-10 23:39:19 (GMT) |
commit | b3593cada2ee83e1a7a8ee8b0905cbfed8396d3a (patch) | |
tree | f5aafa91ae08bb0acfe3ba14348495bb1ab117f7 /Doc/library | |
parent | 6f5dcb1ee28f616602d73f22630c9f8e3660e671 (diff) | |
download | cpython-b3593cada2ee83e1a7a8ee8b0905cbfed8396d3a.zip cpython-b3593cada2ee83e1a7a8ee8b0905cbfed8396d3a.tar.gz cpython-b3593cada2ee83e1a7a8ee8b0905cbfed8396d3a.tar.bz2 |
Use infinitive, not 3rd person of present tense.
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 c0b9d4a..3ac90ab 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -417,7 +417,7 @@ SSL sockets also have the following additional methods and attributes: .. method:: SSLSocket.do_handshake() - Performs the SSL setup handshake. + Perform the SSL setup handshake. .. method:: SSLSocket.getpeercert(binary_form=False) |