diff options
author | Éric Araujo <merwok@netwok.org> | 2011-06-09 14:28:19 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-06-09 14:28:19 (GMT) |
commit | 577a6af8e6b715e6b46e92cf14603a266fc361a8 (patch) | |
tree | 0e8dea141496acacce19f2805a14b979a6ca74af /Doc/using | |
parent | f5949b5e4709ad6986aa1be79531198868227c1d (diff) | |
parent | ebc991c0ce4493be276f2ea29676131b8880ec10 (diff) | |
download | cpython-577a6af8e6b715e6b46e92cf14603a266fc361a8.zip cpython-577a6af8e6b715e6b46e92cf14603a266fc361a8.tar.gz cpython-577a6af8e6b715e6b46e92cf14603a266fc361a8.tar.bz2 |
Merge doc fixes from 3.2
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 72b77cd..29c5772 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -511,7 +511,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 |