]> granicus.if.org Git - python/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 2d7155210b5c56c8c6c9bdb5660bd36a5e218fc1..df5e5a5aeadfb3b8036ebe0295a750f25815ee24 100644 (file)
@@ -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)