summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2009-11-22 20:59:14 +0000
committerfuzzyman <devnull@localhost>2009-11-22 20:59:14 +0000
commit4dbe21e088aa09c19a248e74e27296c86419766f (patch)
tree3d7d8bb731ada5c17cbe791bb1420d376addea47
parent2bf6e775318876cf005daff71b4412e1d95e9761 (diff)
downloadconfigobj-4dbe21e088aa09c19a248e74e27296c86419766f.tar.gz
Minor doc change.
-rw-r--r--docs/configobj.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configobj.txt b/docs/configobj.txt
index 0d1ee75..2301430 100644
--- a/docs/configobj.txt
+++ b/docs/configobj.txt
@@ -2293,7 +2293,8 @@ From version 4 it lists all releases and changes.
* After validation any additional entries not in the configspec are listed in
the ``extra_values`` section member
* Deprecated the use of the ``options`` dictionary in the ConfigObj constructor
- and added explicit keyword arguments instead
+ and added explicit keyword arguments instead. Use **options if you want
+ 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'