summaryrefslogtreecommitdiff
path: root/Doc/library/ssl.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-11 01:39:19 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-11 01:39:19 +0200
commit0b9a950fcc5fcbbaa653d6737089527d37314ab3 (patch)
treed0d2b03a3ae04efa3f049cb3751346398b706c63 /Doc/library/ssl.rst
parent81f186eb1d7d1e700554bfc9c7d0ceaf9e13884d (diff)
downloadcpython-0b9a950fcc5fcbbaa653d6737089527d37314ab3.tar.gz
Use infinitive, not 3rd person of present tense.
Diffstat (limited to 'Doc/library/ssl.rst')
-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 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)