Skip to content

Commit 20caee5

Browse files
committed
fix NOTSET description to match CPython
1 parent 5efaa9a commit 20caee5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_logging.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
level (00 to 50). The str in each tuple is the string representation of
3939
that logging level ("NOTSET" to "CRITICAL"; see below).
4040
NOTSET: int
41-
The NOTSET logging level, which is a dummy logging level that can be
42-
used to indicate that a `Logger` should not print any logging messages,
43-
regardless of how severe those messages might be (including CRITICAL).
41+
The NOTSET logging level, which is the default logging level that can be
42+
used to indicate that a `Logger` should process any logging messages,
43+
regardless of how severe those messages are.
4444
DEBUG: int
4545
The DEBUG logging level, which is the lowest (least severe) real level.
4646
INFO: int

0 commit comments

Comments
 (0)