]> granicus.if.org Git - python/commitdiff
Fix English phrasing.
authorR David Murray <rdmurray@bitdance.com>
Sun, 27 Sep 2015 16:36:19 +0000 (12:36 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sun, 27 Sep 2015 16:36:19 +0000 (12:36 -0400)
Doc/library/asyncio-stream.rst

index 0ba3d708e61e3bf537bd1da2cc92f8e80ad7010e..22a4631479ab9363cc4bb3a761a1b62a166b79e5 100644 (file)
@@ -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