whatsnew/3.5: Fix typo (issue #25082)
This commit is contained in:
parent
fe369a6e0e
commit
73953d8670
|
@ -911,7 +911,7 @@ configparser
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Config parsers can be customized by providing a dictionary of converters in the
|
Config parsers can be customized by providing a dictionary of converters in the
|
||||||
constructor, or All converters defined in config parser (either by subclassing or
|
constructor. All converters defined in config parser (either by subclassing or
|
||||||
by providing in a constructor) will be available on all section proxies.
|
by providing in a constructor) will be available on all section proxies.
|
||||||
|
|
||||||
Example::
|
Example::
|
||||||
|
|
Loading…
Reference in New Issue