summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-03-03 00:23:19 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-03-03 00:23:19 (GMT)
commit231b7f1cd6c8a29fcea4f6910f75647e05ae3a24 (patch)
treea4f6ad28b80858b166c27a53873a7b295585cc0d
parentb5be6d48190418a58f0a49b4a4d5f476560f6a64 (diff)
downloadcpython-231b7f1cd6c8a29fcea4f6910f75647e05ae3a24.zip
cpython-231b7f1cd6c8a29fcea4f6910f75647e05ae3a24.tar.gz
cpython-231b7f1cd6c8a29fcea4f6910f75647e05ae3a24.tar.bz2
Fix markup.
-rw-r--r--Doc/library/configparser.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
index 9439d0d..6141359 100644
--- a/Doc/library/configparser.rst
+++ b/Doc/library/configparser.rst
@@ -64,7 +64,7 @@ write-back, as will be the keys within each section.
options within a section, and for the default values. This class does not
support the magical interpolation behavior.
- .. versionchanged 3.1
+ .. versionchanged:: 3.1
The default *dict_type* is :class:`collections.OrderedDict`.
@@ -83,7 +83,7 @@ write-back, as will be the keys within each section.
option names to lower case), the values ``foo %(bar)s`` and ``foo %(BAR)s`` are
equivalent.
- .. versionchanged 3.1
+ .. versionchanged:: 3.1
The default *dict_type* is :class:`collections.OrderedDict`.
@@ -96,7 +96,7 @@ write-back, as will be the keys within each section.
.. XXX Need to explain what's safer/more predictable about it.
- .. versionchanged 3.1
+ .. versionchanged:: 3.1
The default *dict_type* is :class:`collections.OrderedDict`.