[Python-checkins] cpython (merge 3.2 -> default): 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/ab162f925761
changeset:   71296:ab162f925761
parent:      71294:77334eb5038d
parent:      71295:7f3dd627103b
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Mon Jul 11 01:39:35 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
@@ -449,7 +449,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