diff options
author | Martin Panter <vadmium+py@gmail.com> | 2017-01-14 09:54:57 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2017-01-14 09:54:57 (GMT) |
commit | 4659ddc433205a4e02e365b9b299221d7ac12113 (patch) | |
tree | d1ff48bf6faeda88d32af413d9230220666fa960 /Doc/library/logging.config.rst | |
parent | 758c7d044bb98da9e98654fa91961f54a915712d (diff) | |
parent | 8f1378366e9fc0d7f22fda302f04bf822ae34cc1 (diff) | |
download | cpython-4659ddc433205a4e02e365b9b299221d7ac12113.zip cpython-4659ddc433205a4e02e365b9b299221d7ac12113.tar.gz cpython-4659ddc433205a4e02e365b9b299221d7ac12113.tar.bz2 |
Merge doc fixes from 3.5
Diffstat (limited to 'Doc/library/logging.config.rst')
-rw-r--r-- | Doc/library/logging.config.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/logging.config.rst b/Doc/library/logging.config.rst index a68a890..a7928a0 100644 --- a/Doc/library/logging.config.rst +++ b/Doc/library/logging.config.rst @@ -105,8 +105,8 @@ 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 enabled. The default is ``True`` because this - enables old behaviour in a backward- - compatible way. This behaviour is to + enables old behaviour in a + backward-compatible way. This behaviour is to disable any existing loggers unless they or their ancestors are explicitly named in the logging configuration. |