[Python-checkins] cpython (2.7): Issue #22130: Corrected fileConfig() documentation.

vinay.sajip python-checkins at python.org
Tue Aug 5 11:35:21 CEST 2014


http://hg.python.org/cpython/rev/17e1af9ad66c
changeset:   92008:17e1af9ad66c
branch:      2.7
parent:      92005:6cbd08fbdf77
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Tue Aug 05 10:32:06 2014 +0100
summary:
  Issue #22130: Corrected fileConfig() documentation.

files:
  Doc/library/logging.config.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst
--- a/Doc/library/logging.config.rst
+++ b/Doc/library/logging.config.rst
@@ -92,7 +92,7 @@
 
    :param disable_existing_loggers: If specified as ``False``, loggers which
                                     exist when this call is made are left
-                                    alone. The default is ``True`` because this
+                                    enabled. The default is ``True`` because this
                                     enables old behaviour in a backward-
                                     compatible way. This behaviour is to
                                     disable any existing loggers unless they or

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list