summaryrefslogtreecommitdiff
path: root/Doc/using
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-06-08 05:29:39 +0200
committerÉric Araujo <merwok@netwok.org>2011-06-08 05:29:39 +0200
commitd2f8cec88558993e10c1dae103a5bae6549e25ef (patch)
treea61c0868cfabcf550902be4039ddd6805b9db1f1 /Doc/using
parent96deb7550effe961b2847a340ff05b1ab899d379 (diff)
downloadcpython-git-d2f8cec88558993e10c1dae103a5bae6549e25ef.tar.gz
Fix a few misuses of :option: I missed in r86521.
Extract of the commit message: Fix usage of :option: in the docs (#9312). :option: is used to create a link to an option of python, not to mark up any instance of any arbitrary command-line option. These were changed to ````.
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/cmdline.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index d1f47eba89..16a753c0e3 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