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