commit | b3593cada2ee83e1a7a8ee8b0905cbfed8396d3a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Jul 11 01:39:19 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Jul 11 01:39:19 2011 +0200 |
tree | f5aafa91ae08bb0acfe3ba14348495bb1ab117f7 | |
parent | 6f5dcb1ee28f616602d73f22630c9f8e3660e671 [diff] |
Use infinitive, not 3rd person of present tense.
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 @@ .. method:: SSLSocket.do_handshake() - Performs the SSL setup handshake. + Perform the SSL setup handshake. .. method:: SSLSocket.getpeercert(binary_form=False)