Skip to content

Commit 95cf8b6

Browse files
committed
Remove reference to micropython-lib
1 parent 1ccbe2f commit 95cf8b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/library/sys.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ Functions
2727
``traceback`` module in CPython. Unlike ``traceback.print_exception()``,
2828
this function takes just exception value instead of exception type,
2929
exception value, and traceback object; *file* argument should be
30-
positional; further arguments are not supported. CPython-compatible
31-
``traceback`` module can be found in `micropython-lib`.
30+
positional; further arguments are not supported.
3231

3332
Constants
3433
---------

0 commit comments

Comments
 (0)