commit | 88cb2cafe9fc3fc2591a5248b9de8055efcf657d | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Dec 30 13:47:49 2011 -0600 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Dec 30 13:47:49 2011 -0600 |
tree | b82f562f52654c69fd77a8c5ddbaca4a92310796 | |
parent | f51d36a743c943b87db9238b34c3df5c3ee6b299 [diff] | |
parent | 79ed84c7f2837239d5285ee33683cf0a52102529 [diff] |
merge 3.2
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 @@ 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)