mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Fix English phrasing.
This commit is contained in:
parent
58905e9ba2
commit
3ca68e77b8
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ Coroutines and protocols
|
|||
------------------------
|
||||
|
||||
Coroutines can be scheduled in a protocol method using :func:`async`, but there
|
||||
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
|
||||
created in protocol methods and so will not wait for them.
|
||||
|
||||
To have a reliable execution order, use :ref:`stream objects <asyncio-streams>` in a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue