From: Benjamin Peterson Date: Fri, 30 Dec 2011 19:47:25 +0000 (-0600) Subject: use booleans X-Git-Tag: v2.7.3rc1~204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c016f46df5a868ca9d60d52f91094a67c6bac391;p=thirdparty%2FPython%2Fcpython.git use booleans --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 5f6aa7e2fcc9..0119e0cf6539 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -67,7 +67,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)