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

(cherry picked from commit fc7d1b3b6a)

Co-authored-by: Matt Eaton <agnosticdev@gmail.com>
This commit is contained in:
Miss Islington (bot) 2018-10-05 00:33:36 -07:00 committed by Andrew Svetlov
parent 476c294f26
commit 23fd846feb
1 changed files with 1 additions and 1 deletions

View File

@ -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):