summaryrefslogtreecommitdiffstats
path: root/Doc/library/ssl.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-10 23:39:19 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-10 23:39:19 (GMT)
commitb3593cada2ee83e1a7a8ee8b0905cbfed8396d3a (patch)
treef5aafa91ae08bb0acfe3ba14348495bb1ab117f7 /Doc/library/ssl.rst
parent6f5dcb1ee28f616602d73f22630c9f8e3660e671 (diff)
downloadcpython-b3593cada2ee83e1a7a8ee8b0905cbfed8396d3a.zip
cpython-b3593cada2ee83e1a7a8ee8b0905cbfed8396d3a.tar.gz
cpython-b3593cada2ee83e1a7a8ee8b0905cbfed8396d3a.tar.bz2
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 c0b9d4a..3ac90ab 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)