summaryrefslogtreecommitdiff
path: root/Doc/library/logging.config.rst
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2014-08-05 10:34:16 +0100
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2014-08-05 10:34:16 +0100
commitefc9a37e36f35bd9cbefb9521298e325f6464781 (patch)
tree1bc4235c653d941aaa20739820648b2b4ff6af6c /Doc/library/logging.config.rst
parent88172c0b92b2f55112c8b6ad8340c2650966b4ad (diff)
downloadcpython-efc9a37e36f35bd9cbefb9521298e325f6464781.tar.gz
Issue #22130: Corrected fileConfig() documentation.
Diffstat (limited to 'Doc/library/logging.config.rst')
-rw-r--r--Doc/library/logging.config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst
index 171b0a3ede..180569b210 100644
--- a/Doc/library/logging.config.rst
+++ b/Doc/library/logging.config.rst
@@ -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