summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-09-06 06:45:47 (GMT)
committerGeorg Brandl <georg@python.org>2010-09-06 06:45:47 (GMT)
commit9e75cad23473cb5562ffbb05ac3fa23714b8663b (patch)
tree0f63498a3350ec5a540399d7f3a3a0d08ecf35a3 /Doc
parent716ac385d99100beb3a9b3a5ce5ca04dd27d710b (diff)
downloadcpython-9e75cad23473cb5562ffbb05ac3fa23714b8663b.zip
cpython-9e75cad23473cb5562ffbb05ac3fa23714b8663b.tar.gz
cpython-9e75cad23473cb5562ffbb05ac3fa23714b8663b.tar.bz2
Remove redundant word.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index eabbf39..f9663f6 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.