[Python-checkins] cpython (merge 3.5 -> default): Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart.
ned.deily
python-checkins at python.org
Mon Feb 15 21:28:41 EST 2016
https://hg.python.org/cpython/rev/12502327d2c0
changeset: 100249:12502327d2c0
parent: 100247:6c6f7dff597b
parent: 100248:8ee91cb2e2a4
user: Ned Deily <nad at python.org>
date: Tue Feb 16 13:27:45 2016 +1100
summary:
Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart.
files:
Doc/library/asyncio-stream.rst | 2 +-
1 files changed, 1 insertions(+), 1 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
@@ -11,7 +11,7 @@
.. note::
- The top-level functions in this module are meant convenience wrappers
+ The top-level functions in this module are meant as convenience wrappers
only; there's really nothing special there, and if they don't do
exactly what you want, feel free to copy their code.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list