summaryrefslogtreecommitdiff
path: root/Doc/library/logging.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-19 18:30:05 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-19 18:30:05 +0300
commit684a5f7e62f9143badb0b10bf11eea6fc7070d1b (patch)
tree896c5afe3489eae031ae8cdfc585b5bebea4df70 /Doc/library/logging.rst
parentfae38c35dd7c547bb3ab40589c05f4a0c2b85775 (diff)
downloadcpython-684a5f7e62f9143badb0b10bf11eea6fc7070d1b.tar.gz
Issue #19795: Improved more markups of True/False.
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r--Doc/library/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 98fea66434..97fed8450f 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