diff options
author | Ned Deily <nad@python.org> | 2016-02-16 02:27:45 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-02-16 02:27:45 (GMT) |
commit | 5ab2699c282a83523d753c8bd7278c8f2aa93608 (patch) | |
tree | 3f8ed8a9b5c65c4369bb572db409c5a3ab21a894 /Doc | |
parent | 40383c8f10c6a34aee6f513dc30b2005951cc30b (diff) | |
parent | f38c93fb7f9b8e127ff94e47beaad2f13dfdf11a (diff) | |
download | cpython-5ab2699c282a83523d753c8bd7278c8f2aa93608.zip cpython-5ab2699c282a83523d753c8bd7278c8f2aa93608.tar.gz cpython-5ab2699c282a83523d753c8bd7278c8f2aa93608.tar.bz2 |
Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart.
Diffstat (limited to 'Doc')
-rw-r--r-- | 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 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. |