[Python-checkins] cpython: Minor grammar fix.

brett.cannon python-checkins at python.org
Tue Sep 6 06:09:10 CEST 2011


http://hg.python.org/cpython/rev/84595a914e5e
changeset:   72300:84595a914e5e
user:        Brett Cannon <brett at python.org>
date:        Mon Sep 05 21:08:14 2011 -0700
summary:
  Minor grammar fix.

files:
  Doc/packaging/setupcfg.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/packaging/setupcfg.rst b/Doc/packaging/setupcfg.rst
--- a/Doc/packaging/setupcfg.rst
+++ b/Doc/packaging/setupcfg.rst
@@ -72,7 +72,7 @@
 ---------------
 
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list