summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2010-01-09 20:56:03 +0000
committerfuzzyman <devnull@localhost>2010-01-09 20:56:03 +0000
commit3a402cec71810bdf2179d7c913e329eac59f1f02 (patch)
tree7bdb979c1a324b2df400a9b12ae4862e95783b30
parentbe6d95eebe622b5dd5fd1b8025d4b013e3175928 (diff)
downloadconfigobj-3a402cec71810bdf2179d7c913e329eac59f1f02.tar.gz
Docs update.
-rw-r--r--docs/configobj.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configobj.txt b/docs/configobj.txt
index 60de04c..f0ae774 100644
--- a/docs/configobj.txt
+++ b/docs/configobj.txt
@@ -2405,8 +2405,8 @@ From version 4 it lists all releases and changes.
to initialise a ConfigObj instance from a dictionary
* Constructing a ConfigObj from an existing ConfigObj instance now preserves
the order of values and sections from the original instance in the new one
-* BUGFIX: Checks that failed validation would not populate 'default_values' and
- 'restore_default_value' wouldn't work for those entries
+* BUGFIX: Checks that failed validation would not populate ``default_values`` and
+ ``restore_default_value()`` wouldn't work for those entries
* 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"