diff options
author | Ned Deily <nad@python.org> | 2016-02-16 02:27:04 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-02-16 02:27:04 (GMT) |
commit | f38c93fb7f9b8e127ff94e47beaad2f13dfdf11a (patch) | |
tree | 61c5ff6a85e4e9799aa42ca9d49e86bc973a2a10 /Doc/library/asyncio-stream.rst | |
parent | 47299fd39cf466adf9e33f26d91bf04ff6f70085 (diff) | |
download | cpython-f38c93fb7f9b8e127ff94e47beaad2f13dfdf11a.zip cpython-f38c93fb7f9b8e127ff94e47beaad2f13dfdf11a.tar.gz cpython-f38c93fb7f9b8e127ff94e47beaad2f13dfdf11a.tar.bz2 |
Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart.
Diffstat (limited to 'Doc/library/asyncio-stream.rst')
-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. |