Skip to content

Commit 3efa98c

Browse files
dholthalex
authored andcommitted
Update SSL.py docstring (#849)
1 parent 1265b06 commit 3efa98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenSSL/SSL.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@ def renegotiate(self):
19071907
def do_handshake(self):
19081908
"""
19091909
Perform an SSL handshake (usually called after :meth:`renegotiate` or
1910-
one of :meth:`set_accept_state` or :meth:`set_accept_state`). This can
1910+
one of :meth:`set_accept_state` or :meth:`set_connect_state`). This can
19111911
raise the same exceptions as :meth:`send` and :meth:`recv`.
19121912
19131913
:return: None.

0 commit comments

Comments
 (0)