Skip to content

Commit

Permalink
Fix a typo ssl.py docstring (GH-9697) (#9710)
Browse files Browse the repository at this point in the history
(cherry picked from commit fc7d1b3)

Co-authored-by: Matt Eaton <agnosticdev@gmail.com>
  • Loading branch information
2 people authored and asvetlov committed Oct 5, 2018
1 parent 70a083b commit 77bd606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ class SSLObject:
When compared to ``SSLSocket``, this object lacks the following features:
* Any form of network IO incluging methods such as ``recv`` and ``send``.
* Any form of network IO, including methods such as ``recv`` and ``send``.
* The ``do_handshake_on_connect`` and ``suppress_ragged_eofs`` machinery.
"""

Expand Down

0 comments on commit 77bd606

Please sign in to comment.