]> granicus.if.org Git - python/commitdiff
Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart.
authorNed Deily <nad@python.org>
Tue, 16 Feb 2016 02:27:04 +0000 (13:27 +1100)
committerNed Deily <nad@python.org>
Tue, 16 Feb 2016 02:27:04 +0000 (13:27 +1100)
Doc/library/asyncio-stream.rst

index 52b93f9ad9cb5c1e19c015412a7e9780a445be72..9fcea88b87b005f042f147b92b61bbea25578b22 100644 (file)
@@ -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.