diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-11 01:39:19 +0200 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-11 01:39:19 +0200 |
commit | 0b9a950fcc5fcbbaa653d6737089527d37314ab3 (patch) | |
tree | d0d2b03a3ae04efa3f049cb3751346398b706c63 /Doc/library/ssl.rst | |
parent | 81f186eb1d7d1e700554bfc9c7d0ceaf9e13884d (diff) | |
download | cpython-0b9a950fcc5fcbbaa653d6737089527d37314ab3.tar.gz |
Use infinitive, not 3rd person of present tense.
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r-- | Doc/library/ssl.rst | 2 |
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) |