[Python-checkins] cpython (3.5): Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart.

ned.deily python-checkins at python.org
Mon Feb 15 21:28:42 EST 2016


https://hg.python.org/cpython/rev/8ee91cb2e2a4
changeset:   100248:8ee91cb2e2a4
branch:      3.5
parent:      100245:86ddb4d747f8
user:        Ned Deily <nad at python.org>
date:        Tue Feb 16 13:27:04 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