From b3593cada2ee83e1a7a8ee8b0905cbfed8396d3a Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Mon, 11 Jul 2011 01:39:19 +0200 Subject: [PATCH] Use infinitive, not 3rd person of present tense. --- Doc/library/ssl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index c0b9d4a7151..3ac90abb951 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)