Skip to content

Commit 60f083b

Browse files
authored
Fix typo in docstring
1 parent 01f33e9 commit 60f083b

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
@@ -370,7 +370,7 @@ def log(self, level: int, msg: str, *args) -> None:
370370
def debug(self, msg: str, *args) -> None:
371371
"""Log a debug message.
372372
373-
:param str fmsg: the core message string with embedded
373+
:param str msg: the core message string with embedded
374374
formatting directives
375375
:param args: arguments to ``msg % args``;
376376
can be empty

0 commit comments

Comments
 (0)