diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-09-27 16:36:19 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-09-27 16:36:19 (GMT) |
commit | 87d0066f1a4497fd57804c06e1c05401385186aa (patch) | |
tree | cdf6ffa0804b9e8f5a8f37cdd4f7fa2afe453dff /Doc | |
parent | 3c0769d47805d2f0c0550c85a709b6a4ce817fa9 (diff) | |
download | cpython-87d0066f1a4497fd57804c06e1c05401385186aa.zip cpython-87d0066f1a4497fd57804c06e1c05401385186aa.tar.gz cpython-87d0066f1a4497fd57804c06e1c05401385186aa.tar.bz2 |
Fix English phrasing.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/asyncio-stream.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst index 0ba3d70..22a4631 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 |