diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-10-05 07:33:10 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2018-10-05 07:33:10 (GMT) |
commit | 77bd6062ba9f7767c28bb9962b16951efbf57586 (patch) | |
tree | c150b6fd25acc24144df581b7425a6d22e4d4e2e | |
parent | 70a083bc46aea84e3b3ffca2c10c295917a98fec (diff) | |
download | cpython-77bd6062ba9f7767c28bb9962b16951efbf57586.zip cpython-77bd6062ba9f7767c28bb9962b16951efbf57586.tar.gz cpython-77bd6062ba9f7767c28bb9962b16951efbf57586.tar.bz2 |
Fix a typo ssl.py docstring (GH-9697) (#9710)
(cherry picked from commit fc7d1b3b6a2be7061c000245bb1faa438e42f5d8)
Co-authored-by: Matt Eaton <agnosticdev@gmail.com>
-rw-r--r-- | Lib/ssl.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. """ |