summaryrefslogtreecommitdiffstats
path: root/Lib/ssl.py
diff options
context:
space:
mode:
authorMatt Eaton <agnosticdev@gmail.com>2018-10-05 07:00:45 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2018-10-05 07:00:45 (GMT)
commitfc7d1b3b6a2be7061c000245bb1faa438e42f5d8 (patch)
tree4f096338dbff8e58df251706e723a3cba558c0c8 /Lib/ssl.py
parent6f85b826b527e240551613aeec3118a5469e3a33 (diff)
downloadcpython-fc7d1b3b6a2be7061c000245bb1faa438e42f5d8.zip
cpython-fc7d1b3b6a2be7061c000245bb1faa438e42f5d8.tar.gz
cpython-fc7d1b3b6a2be7061c000245bb1faa438e42f5d8.tar.bz2
Fix a typo ssl.py docstring (GH-9697)
Diffstat (limited to 'Lib/ssl.py')
-rw-r--r--Lib/ssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ssl.py b/Lib/ssl.py
index c7b4932..8f6d402 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):