]> granicus.if.org Git - python/commitdiff
asyncio: oops, add missing word :-)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 17 Jan 2014 09:31:02 +0000 (10:31 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 17 Jan 2014 09:31:02 +0000 (10:31 +0100)
Doc/library/asyncio-dev.rst

index e65be0622e9f783b6db1fcfb930d64105528c6f4..47448ee8ad6f168415c77d39c62fe082423fc319 100644 (file)
@@ -47,8 +47,8 @@ with the traceback where the coroutine function was called. See the
 :ref:`asyncio logger <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.