Skip to content

Commit 2b6dcdd

Browse files
committed
docs/sys: print_exception: Fixes/clarifications.
1 parent 617e033 commit 2b6dcdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Functions
2525
``traceback`` module in CPython. Unlike ``traceback.print_exception()``,
2626
this function takes just exception value instead of exception type,
2727
exception value, and traceback object; `file` argument should be
28-
positional; further arguments are not support. Compliant
28+
positional; further arguments are not supported. CPython-compatible
2929
``traceback`` module can be found in micropython-lib.
3030

3131
Constants

0 commit comments

Comments
 (0)