Skip to content

Commit 2dc7ac6

Browse files
committed
Fix typo for argument
1 parent ab0d94f commit 2dc7ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def level_for(value: int) -> str:
6262
class LoggingHandler:
6363
"""Abstract logging message handler."""
6464

65-
def format(self, leve: int, msg: str) -> str:
65+
def format(self, level: int, msg: str) -> str:
6666
"""Generate a timestamped message.
6767
6868
:param level: the logging level

0 commit comments

Comments
 (0)