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

index c618aa82ceee26a8da86000e2c9765e07b3440a6..fddb644c8ab8954e3d1d0cc2dbeb4d8dc2d3c576 100644 (file)
@@ -92,7 +92,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