summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-02-16 02:27:04 (GMT)
committerNed Deily <nad@python.org>2016-02-16 02:27:04 (GMT)
commitf38c93fb7f9b8e127ff94e47beaad2f13dfdf11a (patch)
tree61c5ff6a85e4e9799aa42ca9d49e86bc973a2a10
parent47299fd39cf466adf9e33f26d91bf04ff6f70085 (diff)
downloadcpython-f38c93fb7f9b8e127ff94e47beaad2f13dfdf11a.zip
cpython-f38c93fb7f9b8e127ff94e47beaad2f13dfdf11a.tar.gz
cpython-f38c93fb7f9b8e127ff94e47beaad2f13dfdf11a.tar.bz2
Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart.
-rw-r--r--Doc/library/asyncio-stream.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst
index 52b93f9..9fcea88 100644
--- a/Doc/library/asyncio-stream.rst
+++ b/Doc/library/asyncio-stream.rst
@@ -11,7 +11,7 @@ Stream functions
.. 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.