Skip to content

Commit 6f1b3d5

Browse files
committed
Fix docstring indentation
1 parent 68ab4bd commit 6f1b3d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_logging.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
INFO: int
4646
The INFO logging level for informative/informational messages.
4747
WARNING: int
48-
The WARNING logging level, which is the default logging level, for warnings
49-
that should be addressed/fixed.
48+
The WARNING logging level, which is the default logging level, for warnings
49+
that should be addressed/fixed.
5050
ERROR: int
5151
The ERROR logging level for Python exceptions that occur during runtime.
5252
CRITICAL: int

0 commit comments

Comments
 (0)