summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2010-01-09 21:23:52 +0000
committerfuzzyman <devnull@localhost>2010-01-09 21:23:52 +0000
commit65e136a90b0c6c3ed55ffe2d8e55acefa51a96b2 (patch)
tree55f9bad41060a6f13c2149da59533ee942d3ae74 /docs
parent3a402cec71810bdf2179d7c913e329eac59f1f02 (diff)
downloadconfigobj-git-65e136a90b0c6c3ed55ffe2d8e55acefa51a96b2.tar.gz
ConfigObj setup.py modified.
Diffstat (limited to 'docs')
-rw-r--r--docs/configobj.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configobj.html b/docs/configobj.html
index efafd0f..dcaa7dc 100644
--- a/docs/configobj.html
+++ b/docs/configobj.html
@@ -816,7 +816,7 @@ instance to a freshly created state.</p>
<p>A ConfigObj has the following attributes :</p>
<ul class="simple">
<li>indent_type</li>
-<li>interpolate</li>
+<li>interpolation</li>
<li>stringify</li>
<li>BOM</li>
<li>initial_comment</li>
@@ -2190,8 +2190,8 @@ and added explicit keyword arguments instead. Use **options if you want
to initialise a ConfigObj instance from a dictionary</li>
<li>Constructing a ConfigObj from an existing ConfigObj instance now preserves
the order of values and sections from the original instance in the new one</li>
-<li>BUGFIX: Checks that failed validation would not populate 'default_values' and
-'restore_default_value' wouldn't work for those entries</li>
+<li>BUGFIX: Checks that failed validation would not populate <tt class="docutils literal">default_values</tt> and
+<tt class="docutils literal">restore_default_value()</tt> wouldn't work for those entries</li>
<li>BUGFIX: clear() now clears 'defaults'</li>
<li>BUGFIX: empty values in list values were accidentally valid syntax. They now
raise a <tt class="docutils literal">ParseError</tt>. e.g. &quot;value = 1, , 2&quot;</li>