From: Antoine Pitrou Date: Sun, 10 Jul 2011 23:39:19 +0000 (+0200) Subject: Use infinitive, not 3rd person of present tense. X-Git-Tag: v3.2.2rc1~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3593cada2ee83e1a7a8ee8b0905cbfed8396d3a;p=python Use infinitive, not 3rd person of present tense. --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index c0b9d4a715..3ac90abb95 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)