Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ca68e7

Browse files
committed
Fix English phrasing.
1 parent 58905e9 commit 3ca68e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Coroutines and protocols
439439
------------------------
440440

441441
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
442+
is no guarantee made about the execution order. Protocols are not aware of coroutines
443443
created in protocol methods and so will not wait for them.
444444

445445
To have a reliable execution order, use :ref:`stream objects <asyncio-streams>` in a

0 commit comments

Comments
 (0)