]> granicus.if.org Git - python/commitdiff
Issue #22130: Corrected fileConfig() documentation.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 5 Aug 2014 09:34:16 +0000 (10:34 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 5 Aug 2014 09:34:16 +0000 (10:34 +0100)
Doc/library/logging.config.rst

index 171b0a3ede13a131f2f2b5085d7e6519e663cabc..180569b21083598ba462f92563bd0175662bd898 100644 (file)
@@ -105,7 +105,7 @@ in :mod:`logging` itself) and defining handlers which are declared either in
 
    :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