Issue #19795: Improved more markups of True/False.

This commit is contained in:
Serhiy Storchaka 2016-10-19 18:30:05 +03:00
parent 1883542eb9
commit 4adf01caae
14 changed files with 23 additions and 23 deletions

View file

@ -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