From 77bd6062ba9f7767c28bb9962b16951efbf57586 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 5 Oct 2018 00:33:10 -0700 Subject: Fix a typo ssl.py docstring (GH-9697) (#9710) (cherry picked from commit fc7d1b3b6a2be7061c000245bb1faa438e42f5d8) Co-authored-by: Matt Eaton --- Lib/ssl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/ssl.py b/Lib/ssl.py index 4130cc7..cd216a1 100644 --- a/Lib/ssl.py +++ b/Lib/ssl.py @@ -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. """ -- cgit v0.12