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 c6244bf commit 2ea2b06Copy full SHA for 2ea2b06
asyncio/core.py
@@ -428,7 +428,7 @@ def default_exception_handler(loop, context):
428
# CIRCUITPY-CHANGE: doc
429
"""The default exception handler that is called."""
430
431
- # CIRCUITPY_CHANGE: use CircuitPython traceback printing
+ # CIRCUITPY-CHANGE: use CircuitPython traceback printing
432
exc = context["exception"]
433
print_exception(None, exc, exc.__traceback__)
434
0 commit comments