]> granicus.if.org Git - python/commitdiff
remove extra word (#2101)
authorBenjamin Peterson <benjamin@python.org>
Sun, 11 Jun 2017 07:24:38 +0000 (00:24 -0700)
committerGitHub <noreply@github.com>
Sun, 11 Jun 2017 07:24:38 +0000 (00:24 -0700)
Doc/library/ssl.rst

index 58720ad7bbd94ec103e24fe2efb0eec8fa5e2c90..729a239a1baff59367603ffd2e7b2bdcf5e14948 100644 (file)
@@ -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.