X Tutup
Skip to content

Commit f38c93f

Browse files
committed
Issue python#26368: fix typo in asynchio stream doc, reported by Ryan Stuart.
1 parent 47299fd commit f38c93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-stream.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Stream functions
1111

1212
.. note::
1313

14-
The top-level functions in this module are meant convenience wrappers
14+
The top-level functions in this module are meant as convenience wrappers
1515
only; there's really nothing special there, and if they don't do
1616
exactly what you want, feel free to copy their code.
1717

0 commit comments

Comments
 (0)
X Tutup