From: Matt Eaton Date: Fri, 5 Oct 2018 07:00:45 +0000 (-0500) Subject: Fix a typo ssl.py docstring (GH-9697) X-Git-Tag: v3.8.0a1~835 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc7d1b3b6a2be7061c000245bb1faa438e42f5d8;p=thirdparty%2FPython%2Fcpython.git Fix a typo ssl.py docstring (GH-9697) --- diff --git a/Lib/ssl.py b/Lib/ssl.py index c7b493250558..8f6d402209b1 100644 --- a/Lib/ssl.py +++ b/Lib/ssl.py @@ -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):