]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove redundant word.
authorGeorg Brandl <georg@python.org>
Mon, 6 Sep 2010 06:45:47 +0000 (06:45 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 6 Sep 2010 06:45:47 +0000 (06:45 +0000)
Doc/whatsnew/3.2.rst

index eabbf391af92480ef73e64b9abf99335ffe9478d..f9663f63f3d43425e9d38cb3344e52aca5ea56d3 100644 (file)
@@ -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.