summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
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