From: Ned Deily Date: Tue, 16 Feb 2016 02:27:04 +0000 (+1100) Subject: Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. X-Git-Tag: v3.6.0a1~603^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f38c93fb7f9b8e127ff94e47beaad2f13dfdf11a;p=python Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. --- diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst index 52b93f9ad9..9fcea88b87 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.