Commit fc7d1b3b authored by Matt Eaton's avatar Matt Eaton Committed by Andrew Svetlov

Fix a typo ssl.py docstring (GH-9697)

parent 6f85b826
......@@ -640,7 +640,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.
"""
def __init__(self, *args, **kwargs):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment