commit | c016f46df5a868ca9d60d52f91094a67c6bac391 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Dec 30 13:47:25 2011 -0600 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Dec 30 13:47:25 2011 -0600 |
tree | 8e0a6cee4db17c275008aa89829cf54ae519aab8 | |
parent | 79e50c659ab769acad641117671a34ebcd7c53d9 [diff] [blame] |
use booleans
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 5f6aa7e..0119e0c 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst
@@ -67,7 +67,7 @@ If this evaluates to false, logging messages are not passed to the handlers of ancestor loggers. - The constructor sets this attribute to 1. + The constructor sets this attribute to ``True``. .. method:: Logger.setLevel(lvl)