diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-10 23:39:35 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-10 23:39:35 (GMT) |
commit | 126edb56074371c1751f19770854b2fdf3dd4706 (patch) | |
tree | b72c59f7273ba9ec3cda63fee9d6ac8adee72cb7 /Doc | |
parent | f08310f08b563babb3367bd66e23509f5cab34d9 (diff) | |
parent | b3593cada2ee83e1a7a8ee8b0905cbfed8396d3a (diff) | |
download | cpython-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.rst | 2 |
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) |