[Python-checkins] r75647 - python/trunk/Doc/library/configparser.rst

georg.brandl python-checkins at python.org
Sat Oct 24 12:04:19 CEST 2009


Author: georg.brandl
Date: Sat Oct 24 12:04:19 2009
New Revision: 75647

Log:
Fix markup.

Modified:
   python/trunk/Doc/library/configparser.rst

Modified: python/trunk/Doc/library/configparser.rst
==============================================================================
--- python/trunk/Doc/library/configparser.rst	(original)
+++ python/trunk/Doc/library/configparser.rst	Sat Oct 24 12:04:19 2009
@@ -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:


More information about the Python-checkins mailing list