summaryrefslogtreecommitdiffstats
path: root/Lib/ssl.py
diff options
context:
space:
mode:
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 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.
"""