diff options
author | Éric Araujo <merwok@netwok.org> | 2011-06-09 11:13:24 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-06-09 11:13:24 (GMT) |
commit | ebc991c0ce4493be276f2ea29676131b8880ec10 (patch) | |
tree | 76797bb878eeb5a709acad081a0e6d0dc047da31 /Doc/using | |
parent | 9c669ccc77c85eac245d460bab510a38b20d9a08 (diff) | |
parent | d2f8cec88558993e10c1dae103a5bae6549e25ef (diff) | |
download | cpython-ebc991c0ce4493be276f2ea29676131b8880ec10.zip cpython-ebc991c0ce4493be276f2ea29676131b8880ec10.tar.gz cpython-ebc991c0ce4493be276f2ea29676131b8880ec10.tar.bz2 |
Branch merge
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/cmdline.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index d1f47eb..16a753c 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -501,7 +501,7 @@ Debug-mode variables ~~~~~~~~~~~~~~~~~~~~ Setting these variables only has an effect in a debug build of Python, that is, -if Python was configured with the :option:`--with-pydebug` build option. +if Python was configured with the ``--with-pydebug`` build option. .. envvar:: PYTHONTHREADDEBUG |