From 79ed84c7f2837239d5285ee33683cf0a52102529 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 30 Dec 2011 13:47:25 -0600 Subject: use booleans --- Doc/library/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 2d71552..df5e5a5 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -65,7 +65,7 @@ instantiated directly, but always through the module-level function 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) -- cgit v0.12