mirror of https://github.com/python/cpython
Fix markup.
This commit is contained in:
parent
d87affece4
commit
5460ff9d9f
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue