docs/sys: print_exception: Fixes/clarifications.

modlwip-pbuf-chain
Paul Sokolovsky 2016-06-18 19:05:50 +03:00
parent 617e033e2f
commit 2b6dcdd3e4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Functions
``traceback`` module in CPython. Unlike ``traceback.print_exception()``,
this function takes just exception value instead of exception type,
exception value, and traceback object; `file` argument should be
positional; further arguments are not support. Compliant
positional; further arguments are not supported. CPython-compatible
``traceback`` module can be found in micropython-lib.
Constants