Fix markup.

This commit is contained in:
Georg Brandl 2009-10-24 10:04:19 +00:00
parent d87affece4
commit 5460ff9d9f
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ RawConfigParser Objects
cfgparser.optionxform = str cfgparser.optionxform = str
Note that when reading configuration files, whitespace around the 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: .. _configparser-objects: