diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-06-22 22:36:11 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-06-22 22:36:11 (GMT) |
commit | 62511fd6d62ef53c1d3d050b478750efc5a7014c (patch) | |
tree | 865d42e3d90237832342182cc79999852f2915e0 /Doc/using | |
parent | 1580fe3fcebcfe0b657281a6a556975c072a5530 (diff) | |
download | cpython-62511fd6d62ef53c1d3d050b478750efc5a7014c.zip cpython-62511fd6d62ef53c1d3d050b478750efc5a7014c.tar.gz cpython-62511fd6d62ef53c1d3d050b478750efc5a7014c.tar.bz2 |
asyncio: document the debug mode
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 0c3c203..55e0e67 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -616,8 +616,8 @@ conflict. .. envvar:: PYTHONASYNCIODEBUG - If this environment variable is set to a non-empty string, enable the debug - mode of the :mod:`asyncio` module. + If this environment variable is set to a non-empty string, enable the + :ref:`debug mode <asyncio-debug-mode>` of the :mod:`asyncio` module. .. versionadded:: 3.4 |