Skip to content

Commit

Permalink
remove extra word
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Jun 11, 2017
1 parent dc1da9a commit 2a12356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/ssl.rst
Expand Up @@ -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.
Expand Down

0 comments on commit 2a12356

Please sign in to comment.