diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index d8653079f9..5342e78897 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)