Merge 3.5

This commit is contained in:
Yury Selivanov 2015-09-13 08:31:07 -04:00
commit 1cecec5da5
1 changed files with 1 additions and 1 deletions

View File

@ -911,7 +911,7 @@ configparser
------------
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.
Example::