summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-12-30 19:47:49 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-12-30 19:47:49 (GMT)
commit88cb2cafe9fc3fc2591a5248b9de8055efcf657d (patch)
treeb82f562f52654c69fd77a8c5ddbaca4a92310796 /Doc/library/logging.rst
parentf51d36a743c943b87db9238b34c3df5c3ee6b299 (diff)
parent79ed84c7f2837239d5285ee33683cf0a52102529 (diff)
downloadcpython-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.rst2
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)