summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-09-27 16:36:50 (GMT)
committerR David Murray <rdmurray@bitdance.com>2015-09-27 16:36:50 (GMT)
commitc944e34959914faabb57d18be7c04176d2bc5024 (patch)
tree7f9860998919218a32d3b53a201c040253911bdb /Doc
parenta18bd0e0f0dc4ad8dd52c4c39fec730dbd283cc5 (diff)
parent87d0066f1a4497fd57804c06e1c05401385186aa (diff)
downloadcpython-c944e34959914faabb57d18be7c04176d2bc5024.zip
cpython-c944e34959914faabb57d18be7c04176d2bc5024.tar.gz
cpython-c944e34959914faabb57d18be7c04176d2bc5024.tar.bz2
Merge: Fix English phrasing.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/asyncio-stream.rst4
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