summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-06-18 19:05:50 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-06-18 19:06:53 +0300
commit2b6dcdd3e451787d47fba7666ed5f4a2877f9338 (patch)
tree090ffb3e7b52875beb6946ea081ddb8f03399d53 /docs/library
parent617e033e2fe2315c66873bdd44d5bc963a3f0e0f (diff)
downloadmicropython-2b6dcdd3e451787d47fba7666ed5f4a2877f9338.tar.gz
micropython-2b6dcdd3e451787d47fba7666ed5f4a2877f9338.zip
docs/sys: print_exception: Fixes/clarifications.
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/sys.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/sys.rst b/docs/library/sys.rst
index ebde2b191c..1d7579754f 100644
--- a/docs/library/sys.rst
+++ b/docs/library/sys.rst
@@ -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