From: Yury Selivanov Date: Sun, 13 Sep 2015 12:30:58 +0000 (-0400) Subject: whatsnew/3.5: Fix typo (issue #25082) X-Git-Tag: v3.5.1rc1~355 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73953d8670bf25015a2c4b3b9578bedadc022514;p=python whatsnew/3.5: Fix typo (issue #25082) --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index b442f70269..697dd44731 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -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::