summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2009-11-24 00:37:19 +0000
committerfuzzyman <devnull@localhost>2009-11-24 00:37:19 +0000
commitf888ca21680e74a06544ec4ad4a6b9b19c0a8f51 (patch)
treebe41d466fe135840e027f09ab0fc57dbbee3430d
parent1d72d046299252d3fd829e3f0fac6b38af7d255f (diff)
downloadconfigobj-f888ca21680e74a06544ec4ad4a6b9b19c0a8f51.tar.gz
Minor doc tweak.
-rw-r--r--docs/configobj.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configobj.txt b/docs/configobj.txt
index 4db2da5..450af3e 100644
--- a/docs/configobj.txt
+++ b/docs/configobj.txt
@@ -2299,7 +2299,7 @@ From version 4 it lists all releases and changes.
to initialise a ConfigObj instance from a dictionary
* BUGFIX: Checks that failed validation would not populate 'default_values' and
'restore_default_value' wouldn't work for those entries
-* BUGFIX: clear() clears 'defaults'
+* BUGFIX: clear() now clears 'defaults'
* BUGFIX: empty values in list values were accidentally valid syntax. They now
raise a ``ParseError``. e.g. "value = 1, , 2"
* BUGFIX: Change to the result of a call to ``validate`` when ``preserve_errors``
@@ -2351,7 +2351,7 @@ BUGFIX: fixed a problem with ``copy=True`` when validating with configspecs that
--------------------------
Distribution updated to include version 0.3.2 of validate_. This means that
-``None`` as a default value win configspecs works.
+``None`` as a default value in configspecs works.
2008/02/05 - Version 4.5.1