Skip to content

Commit

Permalink
fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Aug 21, 2024
1 parent c6244bf commit 2ea2b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncio/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def default_exception_handler(loop, context):
# CIRCUITPY-CHANGE: doc
"""The default exception handler that is called."""

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

Expand Down

0 comments on commit 2ea2b06

Please sign in to comment.