[Python-checkins] cpython (3.5): whatsnew/3.5: Fix typo (issue #25082)

yury.selivanov python-checkins at python.org
Sun Sep 13 14:31:18 CEST 2015


https://hg.python.org/cpython/rev/aa288ad94089
changeset:   97977:aa288ad94089
branch:      3.5
parent:      97975:59f7007fbf3c
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Sun Sep 13 08:30:58 2015 -0400
summary:
  whatsnew/3.5: Fix typo (issue #25082)

files:
  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
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -911,7 +911,7 @@
 ------------
 
 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::

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list