Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58905e9 commit 3ca68e7Copy full SHA for 3ca68e7
1 file changed
Doc/library/asyncio-protocol.rst
@@ -439,7 +439,7 @@ 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
+is no guarantee made about the execution order. Protocols are not aware of coroutines
443
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
0 commit comments