summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-09-27 16:37:20 (GMT)
committerR David Murray <rdmurray@bitdance.com>2015-09-27 16:37:20 (GMT)
commitace12ee11e27bab1586dc8cfdacea8e69fd6f25d (patch)
tree687d6c33e399f1303bcddb3a1f8ab07885271a40
parentab824222d1356ce731f18e9d585d58d84a64637d (diff)
parentc944e34959914faabb57d18be7c04176d2bc5024 (diff)
downloadcpython-ace12ee11e27bab1586dc8cfdacea8e69fd6f25d.zip
cpython-ace12ee11e27bab1586dc8cfdacea8e69fd6f25d.tar.gz
cpython-ace12ee11e27bab1586dc8cfdacea8e69fd6f25d.tar.bz2
Merge: Fix English phrasing.
-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