summaryrefslogtreecommitdiffstats
path: root/Doc/libstruct.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/libstruct.tex')
-rw-r--r--Doc/libstruct.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/libstruct.tex b/Doc/libstruct.tex
index a2c1b10..4a08c78b 100644
--- a/Doc/libstruct.tex
+++ b/Doc/libstruct.tex
@@ -7,6 +7,9 @@ structs represented as Python strings. It uses \dfn{format strings}
(explained below) as compact descriptions of the lay-out of the C
structs and the intended conversion to/from Python values.
+See also built-in module \code{array}.
+\bimodindex{array}
+
The module defines the following exception and functions:
\renewcommand{\indexsubitem}{(in module struct)}