From: Brett Cannon Date: Tue, 6 Sep 2011 04:08:14 +0000 (-0700) Subject: Minor grammar fix. X-Git-Tag: v3.3.0a1~1570^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c9a8d09089dfd2ea44713edfd08b50fb80d7704;p=thirdparty%2FPython%2Fcpython.git Minor grammar fix. --- diff --git a/Doc/packaging/setupcfg.rst b/Doc/packaging/setupcfg.rst index ddec41a5f443..1a394b5309a6 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.