summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-10 23:39:35 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-10 23:39:35 (GMT)
commit126edb56074371c1751f19770854b2fdf3dd4706 (patch)
treeb72c59f7273ba9ec3cda63fee9d6ac8adee72cb7 /Doc
parentf08310f08b563babb3367bd66e23509f5cab34d9 (diff)
parentb3593cada2ee83e1a7a8ee8b0905cbfed8396d3a (diff)
downloadcpython-126edb56074371c1751f19770854b2fdf3dd4706.zip
cpython-126edb56074371c1751f19770854b2fdf3dd4706.tar.gz
cpython-126edb56074371c1751f19770854b2fdf3dd4706.tar.bz2
Use infinitive, not 3rd person of present tense.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/ssl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index d865307..5342e78 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -449,7 +449,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)