summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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"