diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-05-22 20:49:08 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-05-22 20:49:08 -0400 |
| commit | 59615fc9938e0e7c7cf8141069f5eaaba05b18eb (patch) | |
| tree | 58c7a33708677c2ebda54dfb86c94d6bceaaf67c /docs/library/sys.rst | |
| parent | e65cc077640881baedae1dcea0b8fcc1886d0f88 (diff) | |
add caveat language re MicroPython libraries; other slight changes
Diffstat (limited to 'docs/library/sys.rst')
| -rw-r--r-- | docs/library/sys.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/library/sys.rst b/docs/library/sys.rst index eeda578e6..bb92850b8 100644 --- a/docs/library/sys.rst +++ b/docs/library/sys.rst @@ -1,6 +1,8 @@ :mod:`sys` -- system specific functions ======================================= +.. include:: ../templates/unsupported_in_circuitpython.inc + .. module:: sys :synopsis: system specific functions @@ -98,7 +100,7 @@ Constants usually an identifier of the OS, e.g. ``"linux"``. For baremetal ports it is an identifier of the chip on a board, e.g. ``"MicroChip SAMD51"``. It thus can be used to distinguish one board from another. - If you need to check whether your program runs on MicroPython (vs other + If you need to check whether your program runs on CircuitPython (vs other Python implementation), use `sys.implementation` instead. .. data:: stderr |
