diff options
Diffstat (limited to 'docs/library/array.rst')
| -rw-r--r-- | docs/library/array.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/library/array.rst b/docs/library/array.rst index d096c6ec4..dfaef0ff6 100644 --- a/docs/library/array.rst +++ b/docs/library/array.rst @@ -1,10 +1,12 @@ :mod:`array` -- arrays of numeric data ====================================== +.. include:: ../templates/unsupported_in_circuitpython.inc + .. module:: array :synopsis: efficient arrays of numeric data -|see_cpython_module| :mod:`python:array`. +|see_cpython_module| :mod:`cpython:array`. Supported format codes: ``b``, ``B``, ``h``, ``H``, ``i``, ``I``, ``l``, ``L``, ``q``, ``Q``, ``f``, ``d`` (the latter 2 depending on the |
