summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstruct.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-16 04:08:24 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-16 04:08:24 (GMT)
commit4f496cc5b15b933056947b740faec18491961126 (patch)
tree19a2d569f1c145c4946fc570e06dfc33c2fbc673 /Doc/lib/libstruct.tex
parent90f2e5e20220f400d8a97b391b810a459315ca1d (diff)
downloadcpython-4f496cc5b15b933056947b740faec18491961126.zip
cpython-4f496cc5b15b933056947b740faec18491961126.tar.gz
cpython-4f496cc5b15b933056947b740faec18491961126.tar.bz2
Fixed index module reference.
Diffstat (limited to 'Doc/lib/libstruct.tex')
-rw-r--r--Doc/lib/libstruct.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstruct.tex b/Doc/lib/libstruct.tex
index af2e6d2..19f674c 100644
--- a/Doc/lib/libstruct.tex
+++ b/Doc/lib/libstruct.tex
@@ -9,7 +9,7 @@ structs represented as Python strings. It uses \dfn{format strings}
structs and the intended conversion to/from Python values.
See also built-in module \code{array}.
-\bimodindex{array}
+\refbimodindex{array}
The module defines the following exception and functions: