[Python-checkins] r84552 - python/branches/py3k/Doc/whatsnew/3.2.rst
georg.brandl
python-checkins at python.org
Mon Sep 6 08:45:47 CEST 2010
Author: georg.brandl
Date: Mon Sep 6 08:45:47 2010
New Revision: 84552
Log:
Remove redundant word.
Modified:
python/branches/py3k/Doc/whatsnew/3.2.rst
Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst (original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst Mon Sep 6 08:45:47 2010
@@ -56,7 +56,7 @@
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.
More information about the Python-checkins
mailing list