summaryrefslogtreecommitdiffstats
path: root/Doc/library/logging.rst
diff options
context:
space:
mode:
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 2d71552..df5e5a5 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)