[Python-checkins] cpython (2.7): use booleans

benjamin.peterson python-checkins at python.org
Fri Dec 30 20:56:28 CET 2011


http://hg.python.org/cpython/rev/5adbc87f1028
changeset:   74200:5adbc87f1028
branch:      2.7
parent:      74191:9b681e0c04ed
user:        Benjamin Peterson <benjamin at 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


More information about the Python-checkins mailing list