From: Benjamin Peterson Date: Sun, 11 Jun 2017 07:24:38 +0000 (-0700) Subject: remove extra word (#2101) X-Git-Tag: v3.7.0a1~626 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdfca5f0ffa831a3365cbabf9ed8fd05e9c4da49;p=python remove extra word (#2101) --- diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst index 58720ad7bb..729a239a1b 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.