From: Georg Brandl Date: Mon, 6 Sep 2010 06:45:47 +0000 (+0000) Subject: Remove redundant word. X-Git-Tag: v3.2a3~425 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e75cad23473cb5562ffbb05ac3fa23714b8663b;p=thirdparty%2FPython%2Fcpython.git Remove redundant word. --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index eabbf391af92..f9663f63f3d4 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -56,7 +56,7 @@ PEP 391: Dictionary Based Configuration for Logging The :mod:`logging` module provided two kinds of configuration, one style with function calls for each option or another style driven by an external file saved in a :mod:`ConfigParser` format. Those options did not provide the flexibility -to create configurations from JSON or YAML files, nor did they not support +to create configurations from JSON or YAML files, nor did they support incremental configuration, which is needed for specifying logger options from a command line.