]> granicus.if.org Git - python/commitdiff
Use infinitive, not 3rd person of present tense.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 10 Jul 2011 23:39:19 +0000 (01:39 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 10 Jul 2011 23:39:19 +0000 (01:39 +0200)
Doc/library/ssl.rst

index c0b9d4a715123be222c515f9487c57bb69a40964..3ac90abb951b87fe715de86240f1bff1ec77b62a 100644 (file)
@@ -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)