diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-12-30 13:47:49 -0600 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-12-30 13:47:49 -0600 |
commit | 88cb2cafe9fc3fc2591a5248b9de8055efcf657d (patch) | |
tree | b82f562f52654c69fd77a8c5ddbaca4a92310796 | |
parent | f51d36a743c943b87db9238b34c3df5c3ee6b299 (diff) | |
parent | 79ed84c7f2837239d5285ee33683cf0a52102529 (diff) | |
download | cpython-git-88cb2cafe9fc3fc2591a5248b9de8055efcf657d.tar.gz |
merge 3.2
-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 859d275979..265c52f739 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) |