diff options
Diffstat (limited to 'Doc/distutils/configfile.rst')
-rw-r--r-- | Doc/distutils/configfile.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/configfile.rst b/Doc/distutils/configfile.rst index cd10a7f..0874d05 100644 --- a/Doc/distutils/configfile.rst +++ b/Doc/distutils/configfile.rst @@ -13,8 +13,8 @@ edit is a cheap and easy way to solicit it. Configuration files also let you provide default values for any command option, which the installer can then override either on the command-line or by editing the config file. -The setup configuration file is a useful middle-ground between the setup script ----which, ideally, would be opaque to installers [#]_---and the command-line to +The setup configuration file is a useful middle-ground between the setup +script---which, ideally, would be opaque to installers [#]_---and the command-line to the setup script, which is outside of your control and entirely up to the installer. In fact, :file:`setup.cfg` (and any other Distutils configuration files present on the target system) are processed after the contents of the |