Skip to content

Commit 2a95673

Browse files
authored
Merge pull request #47 from dsanders11/patch-1
Fix typo in docstring
2 parents 0396d8a + 60f083b commit 2a95673

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

0 commit comments

Comments
 (0)