diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-12-30 19:47:49 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-12-30 19:47:49 (GMT) |
commit | 88cb2cafe9fc3fc2591a5248b9de8055efcf657d (patch) | |
tree | b82f562f52654c69fd77a8c5ddbaca4a92310796 /Doc/library/logging.rst | |
parent | f51d36a743c943b87db9238b34c3df5c3ee6b299 (diff) | |
parent | 79ed84c7f2837239d5285ee33683cf0a52102529 (diff) | |
download | cpython-88cb2cafe9fc3fc2591a5248b9de8055efcf657d.zip cpython-88cb2cafe9fc3fc2591a5248b9de8055efcf657d.tar.gz cpython-88cb2cafe9fc3fc2591a5248b9de8055efcf657d.tar.bz2 |
merge 3.2
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r-- | Doc/library/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 859d275..265c52f 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -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) |