We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1da9a commit fdfca5fCopy full SHA for fdfca5f
Doc/library/ssl.rst
@@ -2112,8 +2112,8 @@ provided.
2112
When compared to :class:`SSLSocket`, this object lacks the following
2113
features:
2114
2115
- - Any form of network IO including; ``recv()`` and ``send()`` read and write
2116
- only to the underlying :class:`MemoryBIO` buffers.
+ - Any form of network IO; ``recv()`` and ``send()`` read and write only to
+ the underlying :class:`MemoryBIO` buffers.
2117
2118
- There is no *do_handshake_on_connect* machinery. You must always manually
2119
call :meth:`~SSLSocket.do_handshake` to start the handshake.
0 commit comments