mirror of
https://github.com/python/cpython.git
synced 2025-11-09 22:16:39 +00:00
remove extra word (#2101)
This commit is contained in:
parent
dc1da9adc3
commit
fdfca5f0ff
1 changed files with 2 additions and 2 deletions
|
|
@ -2112,8 +2112,8 @@ provided.
|
||||||
When compared to :class:`SSLSocket`, this object lacks the following
|
When compared to :class:`SSLSocket`, this object lacks the following
|
||||||
features:
|
features:
|
||||||
|
|
||||||
- Any form of network IO including; ``recv()`` and ``send()`` read and write
|
- Any form of network IO; ``recv()`` and ``send()`` read and write only to
|
||||||
only to the underlying :class:`MemoryBIO` buffers.
|
the underlying :class:`MemoryBIO` buffers.
|
||||||
|
|
||||||
- There is no *do_handshake_on_connect* machinery. You must always manually
|
- There is no *do_handshake_on_connect* machinery. You must always manually
|
||||||
call :meth:`~SSLSocket.do_handshake` to start the handshake.
|
call :meth:`~SSLSocket.do_handshake` to start the handshake.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue