aboutsummaryrefslogtreecommitdiff
path: root/docs/library/struct.rst
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-05-22 20:49:08 -0400
committerDan Halbert <halbert@halwitz.org>2018-05-22 20:49:08 -0400
commit59615fc9938e0e7c7cf8141069f5eaaba05b18eb (patch)
tree58c7a33708677c2ebda54dfb86c94d6bceaaf67c /docs/library/struct.rst
parente65cc077640881baedae1dcea0b8fcc1886d0f88 (diff)
add caveat language re MicroPython libraries; other slight changes
Diffstat (limited to 'docs/library/struct.rst')
-rw-r--r--docs/library/struct.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/library/struct.rst b/docs/library/struct.rst
index fd953473a..bee5a612b 100644
--- a/docs/library/struct.rst
+++ b/docs/library/struct.rst
@@ -1,6 +1,8 @@
:mod:`struct` -- pack and unpack primitive data types
======================================================
+.. include:: ../templates/unsupported_in_circuitpython.inc
+
.. module:: struct
:synopsis: pack and unpack primitive data types