Skip to content

Commit 11daffa

Browse files
committed
Corrected minor typo
1 parent 4afdd43 commit 11daffa

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
@@ -82,7 +82,7 @@ class PrintHandler(LoggingHandler):
8282
"""Send logging messages to the console by using print."""
8383

8484
def emit(self, level, msg):
85-
"""Send a message to teh console.
85+
"""Send a message to the console.
8686
8787
:param level: the logging level
8888
:param msg: the message to log

0 commit comments

Comments
 (0)