From f38c93fb7f9b8e127ff94e47beaad2f13dfdf11a Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 16 Feb 2016 13:27:04 +1100 Subject: [PATCH] Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart. --- Doc/library/asyncio-stream.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst index 52b93f9ad9c..9fcea88b87b 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.