cpython (2.7): use booleans

http://hg.python.org/cpython/rev/5adbc87f1028 changeset: 74200:5adbc87f1028 branch: 2.7 parent: 74191:9b681e0c04ed user: Benjamin Peterson <benjamin@python.org> date: Fri Dec 30 13:47:25 2011 -0600 summary: use booleans files: Doc/library/logging.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -67,7 +67,7 @@ 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) -- Repository URL: http://hg.python.org/cpython
participants (1)
-
benjamin.peterson