summaryrefslogtreecommitdiff
path: root/Doc/using/cmdline.rst
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-06-23 00:36:11 +0200
committerVictor Stinner <victor.stinner@gmail.com>2014-06-23 00:36:11 +0200
commit702b274c572e85a96bc53fabca0b83e0b4914371 (patch)
treef29344fd4eba7b10344f0b6974e656c6129f9f2e /Doc/using/cmdline.rst
parent2c9ea0f4b162e19f1bfab4028fd6b444a606fedb (diff)
downloadcpython-702b274c572e85a96bc53fabca0b83e0b4914371.tar.gz
asyncio: document the debug mode
Diffstat (limited to 'Doc/using/cmdline.rst')
-rw-r--r--Doc/using/cmdline.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index 0c3c2037e8..55e0e678e9 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