Skip to content

Commit af08521

Browse files
authored
Update adafruit_logging.py
1 parent 255dfff commit af08521

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
@@ -215,7 +215,7 @@ def addHandler(self, hdlr: Handler):
215215
*NOTE* this is slightly different from the CPython equivalent which adds
216216
the handler rather than replacing it.
217217
218-
:param LoggingHandler handler: the handler
218+
:param Handler hdlr: the handler
219219
220220
"""
221221
self._handler = hdlr

0 commit comments

Comments
 (0)