summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-10-24 10:04:19 (GMT)
committerGeorg Brandl <georg@python.org>2009-10-24 10:04:19 (GMT)
commit5460ff9d9ff245b2db27bb4001c43805474c2d3a (patch)
tree24d6b8caec751aeb593321fc85bf1feb80fd1150 /Doc
parentd87affece4e5c4a963080b942a0517247d7798c2 (diff)
downloadcpython-5460ff9d9ff245b2db27bb4001c43805474c2d3a.zip
cpython-5460ff9d9ff245b2db27bb4001c43805474c2d3a.tar.gz
cpython-5460ff9d9ff245b2db27bb4001c43805474c2d3a.tar.bz2
Fix markup.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/configparser.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
index 2d8aa50..ba21117 100644
--- a/Doc/library/configparser.rst
+++ b/Doc/library/configparser.rst
@@ -350,7 +350,7 @@ RawConfigParser Objects
cfgparser.optionxform = str
Note that when reading configuration files, whitespace around the
- option names are stripped before :meth:``optionxform`` is called.
+ option names are stripped before :meth:`optionxform` is called.
.. _configparser-objects: