diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 15:30:05 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-19 15:30:05 (GMT) |
commit | 4adf01caae967cc2962ba69b1a193875b84cfa4e (patch) | |
tree | d24ebeef0b580c788fa50af7e2e1588f3e16a337 /Doc/library/logging.rst | |
parent | 1883542eb95e7e40c2817cdd211206078c7087d7 (diff) | |
download | cpython-4adf01caae967cc2962ba69b1a193875b84cfa4e.zip cpython-4adf01caae967cc2962ba69b1a193875b84cfa4e.tar.gz cpython-4adf01caae967cc2962ba69b1a193875b84cfa4e.tar.bz2 |
Issue #19795: Improved more markups of True/False.
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r-- | Doc/library/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 98fea66..97fed84 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -318,7 +318,7 @@ is the module's name in the Python package namespace. looking for handlers in this logger and its parents in the logger hierarchy. Returns ``True`` if a handler was found, else ``False``. The method stops searching up the hierarchy whenever a logger with the 'propagate' attribute set to - False is found - that will be the last logger which is checked for the + false is found - that will be the last logger which is checked for the existence of handlers. .. versionadded:: 3.2 |