summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.5.rst
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-09-13 12:30:58 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-09-13 12:30:58 (GMT)
commit73953d8670bf25015a2c4b3b9578bedadc022514 (patch)
tree968392b16795954c6e439d0260008f474f0f00b7 /Doc/whatsnew/3.5.rst
parentfe369a6e0eac2c2bc471f9c249ca2465e8ee11b5 (diff)
downloadcpython-73953d8670bf25015a2c4b3b9578bedadc022514.zip
cpython-73953d8670bf25015a2c4b3b9578bedadc022514.tar.gz
cpython-73953d8670bf25015a2c4b3b9578bedadc022514.tar.bz2
whatsnew/3.5: Fix typo (issue #25082)
Diffstat (limited to 'Doc/whatsnew/3.5.rst')
-rw-r--r--Doc/whatsnew/3.5.rst2
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::