diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-09-13 12:30:58 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-09-13 12:30:58 (GMT) |
commit | 73953d8670bf25015a2c4b3b9578bedadc022514 (patch) | |
tree | 968392b16795954c6e439d0260008f474f0f00b7 /Doc/whatsnew | |
parent | fe369a6e0eac2c2bc471f9c249ca2465e8ee11b5 (diff) | |
download | cpython-73953d8670bf25015a2c4b3b9578bedadc022514.zip cpython-73953d8670bf25015a2c4b3b9578bedadc022514.tar.gz cpython-73953d8670bf25015a2c4b3b9578bedadc022514.tar.bz2 |
whatsnew/3.5: Fix typo (issue #25082)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index b442f70..697dd44 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:: |