From 5c9a8d09089dfd2ea44713edfd08b50fb80d7704 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 5 Sep 2011 21:08:14 -0700 Subject: Minor grammar fix. --- Doc/packaging/setupcfg.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12