summaryrefslogtreecommitdiffstats
path: root/Doc/install
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-06-01 18:44:40 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-06-01 18:44:40 (GMT)
commit5da37be7f25f07a48229dd1d409447c3ffbf3952 (patch)
treee5c2a07a9c600f319572125bee13271be1d86f39 /Doc/install
parent3a9f58f6b3938823328374f34a3b52a167fed871 (diff)
downloadcpython-5da37be7f25f07a48229dd1d409447c3ffbf3952.zip
cpython-5da37be7f25f07a48229dd1d409447c3ffbf3952.tar.gz
cpython-5da37be7f25f07a48229dd1d409447c3ffbf3952.tar.bz2
Kill trailing whitespace
Diffstat (limited to 'Doc/install')
-rw-r--r--Doc/install/pysetup-config.rst4
-rw-r--r--Doc/install/pysetup-servers.rst2
2 files changed, 3 insertions, 3 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`::
diff --git a/Doc/install/pysetup-servers.rst b/Doc/install/pysetup-servers.rst
index ddaaa5b..c6106de 100644
--- a/Doc/install/pysetup-servers.rst
+++ b/Doc/install/pysetup-servers.rst
@@ -8,7 +8,7 @@ Pysetup supports installing Python packages from *Package Servers* in addition
to PyPI indexes and mirrors.
Package Servers are simple directory listings of Python distributions. Directories
-can be served via HTTP or a local file system. This is useful when you want to
+can be served via HTTP or a local file system. This is useful when you want to
dump source distributions in a directory and not worry about the full index structure.
Serving distributions from Apache