diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index c0b9d4a7151..3ac90abb951 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)