From: Benjamin Peterson Date: Fri, 30 Dec 2011 19:47:25 +0000 (-0600) Subject: use booleans X-Git-Tag: v3.2.3rc1~231 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79ed84c7f2837239d5285ee33683cf0a52102529;p=thirdparty%2FPython%2Fcpython.git use booleans --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 2d7155210b5c..df5e5a5aeadf 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)