]> granicus.if.org Git - python/commitdiff
Fix a typo ssl.py docstring (GH-9697)
authorMatt Eaton <agnosticdev@gmail.com>
Fri, 5 Oct 2018 07:00:45 +0000 (02:00 -0500)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 5 Oct 2018 07:00:45 +0000 (10:00 +0300)
Lib/ssl.py

index c7b493250558fa9df567ea9111a69f402e62b32b..8f6d402209b15f26a7cb1acc91cade81fb538fdd 100644 (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):