commit | 5460ff9d9ff245b2db27bb4001c43805474c2d3a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Oct 24 10:04:19 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Oct 24 10:04:19 2009 +0000 |
tree | 24d6b8caec751aeb593321fc85bf1feb80fd1150 | |
parent | d87affece4e5c4a963080b942a0517247d7798c2 [diff] [blame] |
Fix markup.
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 @@ 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: