Use infinitive, not 3rd person of present tense.

This commit is contained in:
Antoine Pitrou 2011-07-11 01:39:35 +02:00
commit 126edb5607
1 changed files with 1 additions and 1 deletions

View File

@ -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)