From: R David Murray Date: Sun, 27 Sep 2015 16:36:19 +0000 (-0400) Subject: Fix English phrasing. X-Git-Tag: v3.5.1rc1~260^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87d0066f1a4497fd57804c06e1c05401385186aa;p=python Fix English phrasing. --- diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst index 0ba3d708e6..22a4631479 100644 --- a/Doc/library/asyncio-stream.rst +++ b/Doc/library/asyncio-stream.rst @@ -228,8 +228,8 @@ StreamReaderProtocol (This is a helper class instead of making :class:`StreamReader` itself a :class:`Protocol` subclass, because the :class:`StreamReader` has other - potential uses, and to prevent the user of the :class:`StreamReader` to - accidentally call inappropriate methods of the protocol.) + potential uses, and to prevent the user of the :class:`StreamReader` from + accidentally calling inappropriate methods of the protocol.) IncompleteReadError