summaryrefslogtreecommitdiff
path: root/docs/library/array.rst
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2018-04-06 01:58:29 +0000
committersommersoft <sommersoft@gmail.com>2018-04-06 01:58:29 +0000
commitcc644032ea81783de0e1e15b90dac2ce7913011b (patch)
treef859d54e7b8830b96cf9965dcb54c2f2daaaa21a /docs/library/array.rst
parentd1974e0038f18ed2ffc59f0f198d998070f4c618 (diff)
parent6ee573c7c9e4912de8c518df73af81dd8c2fd935 (diff)
Merge branch 'super_status' of https://github.com/sommersoft/circuitpython into super_status
Diffstat (limited to 'docs/library/array.rst')
-rw-r--r--docs/library/array.rst4
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