summaryrefslogtreecommitdiffstats
path: root/Doc/packaging
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2011-09-06 04:08:14 (GMT)
committerBrett Cannon <brett@python.org>2011-09-06 04:08:14 (GMT)
commit5c9a8d09089dfd2ea44713edfd08b50fb80d7704 (patch)
treeb082ba32f14b97a705b6a420cec9f3f7d143b53a /Doc/packaging
parentf955eb210fef42cabd831211177e646f27dd698f (diff)
downloadcpython-5c9a8d09089dfd2ea44713edfd08b50fb80d7704.zip
cpython-5c9a8d09089dfd2ea44713edfd08b50fb80d7704.tar.gz
cpython-5c9a8d09089dfd2ea44713edfd08b50fb80d7704.tar.bz2
Minor grammar fix.
Diffstat (limited to 'Doc/packaging')
-rw-r--r--Doc/packaging/setupcfg.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/packaging/setupcfg.rst b/Doc/packaging/setupcfg.rst
index ddec41a..1a394b5 100644
--- a/Doc/packaging/setupcfg.rst
+++ b/Doc/packaging/setupcfg.rst
@@ -72,7 +72,7 @@ Extending files
---------------
A configuration file can be extended (i.e. included) by other files. For this,
-a ``DEFAULT`` section must contain an ``extends`` key which value points to one
+a ``DEFAULT`` section must contain an ``extends`` key whose value points to one
or more files which will be merged into the current files by adding new sections
and fields. If a file loaded by ``extends`` contains sections or keys that
already exist in the original file, they will not override the previous values.