summaryrefslogtreecommitdiff
path: root/Doc/distutils/configfile.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-16 04:59:38 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-04-16 04:59:38 +0000
commitfb45216da81610dc3166237a628cd7bf0db12f0a (patch)
treea9c0a2a77181756a3d9da04defa65d46f7944f1d /Doc/distutils/configfile.rst
parent87d9de63544db51e5f0d7cded0259c989421f346 (diff)
downloadcpython-git-fb45216da81610dc3166237a628cd7bf0db12f0a.tar.gz
Issue #26638: Fix links to some CLI options
Disable inappropriate links to Python interpreter options. Also make CLI section label in timeit less ambiguous.
Diffstat (limited to 'Doc/distutils/configfile.rst')
-rw-r--r--Doc/distutils/configfile.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/configfile.rst b/Doc/distutils/configfile.rst
index 8faffe6c20..51d88971a4 100644
--- a/Doc/distutils/configfile.rst
+++ b/Doc/distutils/configfile.rst
@@ -51,7 +51,7 @@ option values can be split across multiple lines simply by indenting the
continuation lines.
You can find out the list of options supported by a particular command with the
-universal :option:`--help` option, e.g. ::
+universal :option:`!--help` option, e.g. ::
> python setup.py --help build_ext
[...]