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

Skip to content

Commit 64f10d4

Browse files
committed
Reflow paragraph.
1 parent 3ca68e7 commit 64f10d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/asyncio-protocol.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@ Coroutines and protocols
439439
------------------------
440440

441441
Coroutines can be scheduled in a protocol method using :func:`async`, but there
442-
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.
442+
is no guarantee made about the execution order. Protocols are not aware of
443+
coroutines 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
446446
coroutine with ``yield from``. For example, the :meth:`StreamWriter.drain`

0 commit comments

Comments
 (0)