From: R David Murray Date: Sun, 2 Nov 2014 17:31:47 +0000 (-0500) Subject: Fix English phrasing. X-Git-Tag: v3.4.3rc1~369 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ca68e77b85329da2012cca57e4b52b4ea349ad2;p=thirdparty%2FPython%2Fcpython.git Fix English phrasing. --- diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst index 3f9a2c7e0751..d72dfffd65c7 100644 --- a/Doc/library/asyncio-protocol.rst +++ b/Doc/library/asyncio-protocol.rst @@ -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 ` in a