]> granicus.if.org Git - python/commitdiff
Fix markup.
authorGeorg Brandl <georg@python.org>
Sat, 24 Oct 2009 10:04:19 +0000 (10:04 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 24 Oct 2009 10:04:19 +0000 (10:04 +0000)
Doc/library/configparser.rst

index 2d8aa50e4c290de5ba1e8c58710ebf03e618d79b..ba21117bcf8b6cb549fd11b76f583c6b97bef536 100644 (file)
@@ -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: