2 parents a0673f4 + 958ebd0 commit 3515663Copy full SHA for 3515663
1 file changed
Doc/library/asyncio-protocol.rst
@@ -439,8 +439,8 @@ Coroutines and protocols
439
------------------------
440
441
Coroutines can be scheduled in a protocol method using :func:`async`, but there
442
-is not guarantee on the execution order. Protocols are not aware of coroutines
443
-created in protocol methods and so will not wait for them.
+is no guarantee made about the execution order. Protocols are not aware of
+coroutines created in protocol methods and so will not wait for them.
444
445
To have a reliable execution order, use :ref:`stream objects <asyncio-streams>` in a
446
coroutine with ``yield from``. For example, the :meth:`StreamWriter.drain`
0 commit comments