use booleans

This commit is contained in:
Benjamin Peterson 2011-12-30 13:47:25 -06:00
parent 0e61350d3a
commit 79ed84c7f2

View 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)