diff --git a/docs/library/sys.rst b/docs/library/sys.rst
index ebde2b191c23756149a864ef1ed2b2667b04235d..1d7579754fd6eea0f0bb42d7f3ae33e1eb24da2d 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