Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79ed84c

Browse files
committed
use booleans
1 parent 0e61350 commit 79ed84c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ instantiated directly, but always through the module-level function
6565
If this evaluates to false, logging messages are not passed to the handlers
6666
of ancestor loggers.
6767

68-
The constructor sets this attribute to 1.
68+
The constructor sets this attribute to ``True``.
6969

7070

7171
.. method:: Logger.setLevel(lvl)

0 commit comments

Comments
 (0)