summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2010-01-09 22:58:02 +0000
committerfuzzyman <devnull@localhost>2010-01-09 22:58:02 +0000
commit464a45ff3aa83efb75619aafb060e08d7d1b241d (patch)
tree272c942b03105a8eb75f0139f8c9d202d9f5accc
parent7107375675ced5b341805ed3f8eb34f3e11c56fc (diff)
downloadconfigobj-464a45ff3aa83efb75619aafb060e08d7d1b241d.tar.gz
Documentation update.
-rw-r--r--docs/configobj.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/configobj.txt b/docs/configobj.txt
index ab1811f..4b00897 100644
--- a/docs/configobj.txt
+++ b/docs/configobj.txt
@@ -2358,9 +2358,8 @@ If you *create* the configspec by passing in a ConfigObj instance (usual way is
When using ``copy`` mode for validation, it won't copy ``DEFAULT``
sections. This is so that you *can* use interpolation in configspec
-files.
-
-``validate`` doesn't report *extra* values or sections.
+files. This is probably true even if interpolation is off in the
+configspec.
You can't have a keyword with the same name as a section (in the same
section). They are both dictionary keys - so they would overlap.