summaryrefslogtreecommitdiffstats
path: root/Doc/libarray.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-03-28 13:35:14 (GMT)
committerGuido van Rossum <guido@python.org>1995-03-28 13:35:14 (GMT)
commitecde781dd10cccf97688811743dcda7b2a8d25ae (patch)
tree9c883726ce1f433c4ced05f9098e78d18919b7a3 /Doc/libarray.tex
parent557ed94ebbad49ec0f1ffa1b1b911a4ba1162c51 (diff)
downloadcpython-ecde781dd10cccf97688811743dcda7b2a8d25ae.zip
cpython-ecde781dd10cccf97688811743dcda7b2a8d25ae.tar.gz
cpython-ecde781dd10cccf97688811743dcda7b2a8d25ae.tar.bz2
restructured library manual accordiung to functional group
Diffstat (limited to 'Doc/libarray.tex')
-rw-r--r--Doc/libarray.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/libarray.tex b/Doc/libarray.tex
index 9e37d55..8122f49 100644
--- a/Doc/libarray.tex
+++ b/Doc/libarray.tex
@@ -23,6 +23,9 @@ The actual representation of values is determined by the machine
architecture (strictly speaking, by the C implementation). The actual
size can be accessed through the \var{itemsize} attribute.
+See also built-in module \code{struct}.
+\bimodindex{struct}
+
The module defines the following function:
\renewcommand{\indexsubitem}{(in module array)}