diff options
Diffstat (limited to 'Doc/distutils/configfile.rst')
-rw-r--r-- | Doc/distutils/configfile.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/configfile.rst b/Doc/distutils/configfile.rst index 8faffe6..51d8897 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 [...] |