Minor grammar fix.

This commit is contained in:
Brett Cannon 2011-09-05 21:08:14 -07:00
parent f955eb210f
commit 5c9a8d0908

View file

@ -72,7 +72,7 @@ Extending files
--------------- ---------------
A configuration file can be extended (i.e. included) by other files. For this, 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 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 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. already exist in the original file, they will not override the previous values.