diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-02-27 15:24:16 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-02-27 15:24:16 -0800 |
| commit | bf05183158c67c4ef1824c3b1296d401bc7754d8 (patch) | |
| tree | e33edfecab159138716a2d40dd69e2a1fe23e03f /docs/library/array.rst | |
| parent | 5eb3b208e8d612e2b50bc6e402a2a8901c72640d (diff) | |
| parent | 892d5cda63fbee051b88db3d9cc8e4ba8555cb96 (diff) | |
Merge remote-tracking branch 'adafruit/2.x' into merge_2x
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 |
