]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo ssl.py docstring (GH-9697) (#9710)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 5 Oct 2018 07:33:10 +0000 (00:33 -0700)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 5 Oct 2018 07:33:10 +0000 (10:33 +0300)
(cherry picked from commit fc7d1b3b6a2be7061c000245bb1faa438e42f5d8)

Co-authored-by: Matt Eaton <agnosticdev@gmail.com>
Lib/ssl.py

index 4130cc7d1a27e6dc0989966d0d21a8ea12f6a522..cd216a15cda8361bebc473c4e8a2db341cc60873 100644 (file)
@@ -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.
     """