summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-12-30 13:47:49 -0600
committerBenjamin Peterson <benjamin@python.org>2011-12-30 13:47:49 -0600
commit88cb2cafe9fc3fc2591a5248b9de8055efcf657d (patch)
treeb82f562f52654c69fd77a8c5ddbaca4a92310796
parentf51d36a743c943b87db9238b34c3df5c3ee6b299 (diff)
parent79ed84c7f2837239d5285ee33683cf0a52102529 (diff)
downloadcpython-git-88cb2cafe9fc3fc2591a5248b9de8055efcf657d.tar.gz
merge 3.2
-rw-r--r--Doc/library/logging.rst2
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)