diff options
Diffstat (limited to 'Doc/install/pysetup-config.rst')
-rw-r--r-- | Doc/install/pysetup-config.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/install/pysetup-config.rst b/Doc/install/pysetup-config.rst index 0ce9022..a473bfe 100644 --- a/Doc/install/pysetup-config.rst +++ b/Doc/install/pysetup-config.rst @@ -11,8 +11,8 @@ Pysetup supports two configuration files: :file:`.pypirc` and :file:`packaging.c Configuring indexes ------------------- -You can configure additional indexes in :file:`.pypirc` to be used for index-related -operations. By default, all configured index-servers and package-servers will be used +You can configure additional indexes in :file:`.pypirc` to be used for index-related +operations. By default, all configured index-servers and package-servers will be used in an additive fashion. To limit operations to specific indexes, use the :option:`--index` and :option:`--package-server options`:: |