Skip to content

Commit 2ea2b06

Browse files
committed
fix comment typo
1 parent c6244bf commit 2ea2b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncio/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def default_exception_handler(loop, context):
428428
# CIRCUITPY-CHANGE: doc
429429
"""The default exception handler that is called."""
430430

431-
# CIRCUITPY_CHANGE: use CircuitPython traceback printing
431+
# CIRCUITPY-CHANGE: use CircuitPython traceback printing
432432
exc = context["exception"]
433433
print_exception(None, exc, exc.__traceback__)
434434

0 commit comments

Comments
 (0)