[Python-checkins] cpython (3.2): Use infinitive, not 3rd person of present tense.

antoine.pitrou python-checkins at python.org
Mon Jul 11 01:40:41 CEST 2011


http://hg.python.org/cpython/rev/7f3dd627103b
changeset:   71295:7f3dd627103b
branch:      3.2
parent:      71293:b763c1ba5589
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Mon Jul 11 01:39:19 2011 +0200
summary:
  Use infinitive, not 3rd person of present tense.

files:
  Doc/library/ssl.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
--- 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)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list