From 3efa98cfe36d359ee86785a17233f0584ecad265 Mon Sep 17 00:00:00 2001 From: Daniel Holth Date: Fri, 5 Jul 2019 14:50:57 -0400 Subject: Update SSL.py docstring (#849) --- src/OpenSSL/SSL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenSSL/SSL.py b/src/OpenSSL/SSL.py index 506354d..eeb92f6 100644 --- a/src/OpenSSL/SSL.py +++ b/src/OpenSSL/SSL.py @@ -1907,7 +1907,7 @@ class Connection(object): def do_handshake(self): """ Perform an SSL handshake (usually called after :meth:`renegotiate` or - one of :meth:`set_accept_state` or :meth:`set_accept_state`). This can + one of :meth:`set_accept_state` or :meth:`set_connect_state`). This can raise the same exceptions as :meth:`send` and :meth:`recv`. :return: None. -- cgit v1.2.1