]> granicus.if.org Git - python/commitdiff
whatsnew/3.5: Fix typo (issue #25082)
authorYury Selivanov <yselivanov@sprymix.com>
Sun, 13 Sep 2015 12:30:58 +0000 (08:30 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Sun, 13 Sep 2015 12:30:58 +0000 (08:30 -0400)
Doc/whatsnew/3.5.rst

index b442f70269185b2798d7372c1fff1efbf958ffdf..697dd44731ad2249d002f9a9e9f1e578c445d062 100644 (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::