[Python-checkins] cpython (merge 3.4 -> 3.5): Merge: Fix English phrasing.

r.david.murray python-checkins at python.org
Sun Sep 27 18:37:41 CEST 2015


https://hg.python.org/cpython/rev/81869f8608ce
changeset:   98328:81869f8608ce
branch:      3.5
parent:      98322:ac11bf14618d
parent:      98327:c5ee47b28a50
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun Sep 27 12:36:50 2015 -0400
summary:
  Merge: Fix English phrasing.

files:
  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
--- a/Doc/library/asyncio-stream.rst
+++ b/Doc/library/asyncio-stream.rst
@@ -228,8 +228,8 @@
 
     (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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list