From: Georg Brandl Date: Sat, 24 Oct 2009 10:04:19 +0000 (+0000) Subject: Fix markup. X-Git-Tag: v2.7a1~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5460ff9d9ff245b2db27bb4001c43805474c2d3a;p=thirdparty%2FPython%2Fcpython.git Fix markup. --- diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 2d8aa50e4c29..ba21117bcf8b 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: