From: R David Murray Date: Sun, 2 Nov 2014 17:32:26 +0000 (-0500) Subject: Reflow paragraph. X-Git-Tag: v3.4.3rc1~368 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64f10d4f5e01ab119baa4d0a10403cec444810ce;p=thirdparty%2FPython%2Fcpython.git Reflow paragraph. --- diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst index d72dfffd65c7..60776d1e9e30 100644 --- a/Doc/library/asyncio-protocol.rst +++ b/Doc/library/asyncio-protocol.rst @@ -439,8 +439,8 @@ Coroutines and protocols ------------------------ Coroutines can be scheduled in a protocol method using :func:`async`, but there -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. +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 ` in a coroutine with ``yield from``. For example, the :meth:`StreamWriter.drain`