We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afdd43 commit 11daffaCopy full SHA for 11daffa
adafruit_logging.py
@@ -82,7 +82,7 @@ class PrintHandler(LoggingHandler):
82
"""Send logging messages to the console by using print."""
83
84
def emit(self, level, msg):
85
- """Send a message to teh console.
+ """Send a message to the console.
86
87
:param level: the logging level
88
:param msg: the message to log
0 commit comments