Skip to content

Commit

Permalink
Update SSL.py docstring (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
dholth authored and alex committed Jul 5, 2019
1 parent 1265b06 commit 3efa98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenSSL/SSL.py
Original file line number Diff line number Diff line change
Expand Up @@ -1907,7 +1907,7 @@ def renegotiate(self):
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.
Expand Down

0 comments on commit 3efa98c

Please sign in to comment.