summaryrefslogtreecommitdiff
path: root/docs/library/ustruct.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/ustruct.rst')
-rw-r--r--docs/library/ustruct.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/library/ustruct.rst b/docs/library/ustruct.rst
index 81915d0a8..c378a94bb 100644
--- a/docs/library/ustruct.rst
+++ b/docs/library/ustruct.rst
@@ -1,10 +1,12 @@
:mod:`ustruct` -- pack and unpack primitive data types
======================================================
+.. include:: ../templates/unsupported_in_circuitpython.inc
+
.. module:: ustruct
:synopsis: pack and unpack primitive data types
-|see_cpython_module| :mod:`python:struct`.
+|see_cpython_module| :mod:`cpython:struct`.
Supported size/byte order prefixes: ``@``, ``<``, ``>``, ``!``.