[Python-checkins] cpython: asyncio: oops, add missing word :-)

victor.stinner python-checkins at python.org
Fri Jan 17 10:31:13 CET 2014


http://hg.python.org/cpython/rev/803461725570
changeset:   88516:803461725570
parent:      88514:cd3fdf21a6e4
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Fri Jan 17 10:31:02 2014 +0100
summary:
  asyncio: oops, add missing word :-)

files:
  Doc/library/asyncio-dev.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/asyncio-dev.rst b/Doc/library/asyncio-dev.rst
--- a/Doc/library/asyncio-dev.rst
+++ b/Doc/library/asyncio-dev.rst
@@ -47,8 +47,8 @@
 :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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list