[Python-checkins] cpython (merge 3.4 -> default): Closes #22130: Merged documentation update from 3.4.

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


http://hg.python.org/cpython/rev/29665ab293fa
changeset:   92010:29665ab293fa
parent:      92007:9c057a0567a7
parent:      92009:734d5ab0ce6a
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Tue Aug 05 10:35:05 2014 +0100
summary:
  Closes #22130: Merged documentation update from 3.4.

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
@@ -105,7 +105,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