diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/ssl.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 58720ad..729a239 100644 --- a/Doc/library/ssl.rst +++ b/Doc/library/ssl.rst @@ -2112,8 +2112,8 @@ provided. When compared to :class:`SSLSocket`, this object lacks the following features: - - Any form of network IO including; ``recv()`` and ``send()`` read and write - 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. - There is no *do_handshake_on_connect* machinery. You must always manually call :meth:`~SSLSocket.do_handshake` to start the handshake. |