mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix a typo ssl.py docstring (GH-9697)
This commit is contained in:
parent
6f85b826b5
commit
fc7d1b3b6a
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue