diff options
author | Damien George <damien.p.george@gmail.com> | 2014-12-22 13:42:30 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-12-22 13:42:30 +0000 |
commit | a37656c1325a0e5afbd469070013aa2ee5184b65 (patch) | |
tree | 4b1b21fb65062752c63b7cc74881c1aa1473e870 /docs/library | |
parent | 74eb44c392449b54a3f0dcf268ee7448909f7b07 (diff) | |
download | micropython-a37656c1325a0e5afbd469070013aa2ee5184b65.tar.gz micropython-a37656c1325a0e5afbd469070013aa2ee5184b65.zip |
docs: Make admonition for CPy-difference use "attention" class.
This renders it in yellow/orange box on RTD server.
Diffstat (limited to 'docs/library')
-rw-r--r-- | docs/library/sys.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/library/sys.rst b/docs/library/sys.rst index fa88a0401b..5f5f18b463 100644 --- a/docs/library/sys.rst +++ b/docs/library/sys.rst @@ -18,6 +18,7 @@ Functions ``sys.stdout`` by default). .. admonition:: Difference to CPython + :class: attention This function appears in the ``traceback`` module in CPython. |