[Python-checkins] cpython (3.4): Fix English phrasing.

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


https://hg.python.org/cpython/rev/c5ee47b28a50
changeset: 98327:c5ee47b28a50
branch: 3.4
parent: 98320:0782798733ce
user: R David Murray <rdmurray at bitdance.com>
date: Sun Sep 27 12:36:19 2015 -0400
summary:
 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

AltStyle によって変換されたページ (->オリジナル) /