From 5460ff9d9ff245b2db27bb4001c43805474c2d3a Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 24 Oct 2009 10:04:19 +0000 Subject: [PATCH] Fix markup. --- Doc/library/configparser.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst index 2d8aa50e4c..ba21117bcf 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: -- 2.50.1