Commit fdfca5f0 authored by Benjamin Peterson's avatar Benjamin Peterson Committed by GitHub

remove extra word (#2101)

parent dc1da9ad
...@@ -2112,8 +2112,8 @@ provided. ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment