From 97311833909e485ccd8321e3996d3480f9a81a06 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 17 Jan 2014 10:31:02 +0100 Subject: [PATCH] asyncio: oops, add missing word :-) --- Doc/library/asyncio-dev.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/asyncio-dev.rst b/Doc/library/asyncio-dev.rst index e65be0622e..47448ee8ad 100644 --- a/Doc/library/asyncio-dev.rst +++ b/Doc/library/asyncio-dev.rst @@ -47,8 +47,8 @@ with the traceback where the coroutine function was called. See the :ref:`asyncio logger `. The debug flag changes the behaviour of the :func:`coroutine` decorator. The -debug flag value is only when then coroutine function is defined, not when it -is called. Coroutine functions defined before the debug flag is set to +debug flag value is only used when then coroutine function is defined, not when +it is called. Coroutine functions defined before the debug flag is set to ``True`` will not be tracked. For example, it is not possible to debug coroutines defined in the :mod:`asyncio` module, because the module must be imported before the flag value can be changed. -- 2.40.0