]> granicus.if.org Git - python/commitdiff
Minor grammar fix.
authorBrett Cannon <brett@python.org>
Tue, 6 Sep 2011 04:08:14 +0000 (21:08 -0700)
committerBrett Cannon <brett@python.org>
Tue, 6 Sep 2011 04:08:14 +0000 (21:08 -0700)
Doc/packaging/setupcfg.rst

index ddec41a5f44329696e36d36b126040e03f649416..1a394b5309a62b18bc10b11620cf16d0b8042724 100644 (file)
@@ -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.