]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
use booleans
authorBenjamin Peterson <benjamin@python.org>
Fri, 30 Dec 2011 19:47:25 +0000 (13:47 -0600)
committerBenjamin Peterson <benjamin@python.org>
Fri, 30 Dec 2011 19:47:25 +0000 (13:47 -0600)
Doc/library/logging.rst

index 5f6aa7e2fcc9665da231f73f900073e2575d76fa..0119e0cf6539b64aba75672b46b2f2745433c3e9 100644 (file)
@@ -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)