We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1265b06 commit 3efa98cCopy full SHA for 3efa98c
src/OpenSSL/SSL.py
@@ -1907,7 +1907,7 @@ def renegotiate(self):
1907
def do_handshake(self):
1908
"""
1909
Perform an SSL handshake (usually called after :meth:`renegotiate` or
1910
- 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
1911
raise the same exceptions as :meth:`send` and :meth:`recv`.
1912
1913
:return: None.
0 commit comments