diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-16 04:08:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-16 04:08:24 (GMT) |
commit | 4f496cc5b15b933056947b740faec18491961126 (patch) | |
tree | 19a2d569f1c145c4946fc570e06dfc33c2fbc673 /Doc/libarray.tex | |
parent | 90f2e5e20220f400d8a97b391b810a459315ca1d (diff) | |
download | cpython-4f496cc5b15b933056947b740faec18491961126.zip cpython-4f496cc5b15b933056947b740faec18491961126.tar.gz cpython-4f496cc5b15b933056947b740faec18491961126.tar.bz2 |
Fixed index module reference.
Diffstat (limited to 'Doc/libarray.tex')
-rw-r--r-- | Doc/libarray.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libarray.tex b/Doc/libarray.tex index 145bb4f..3150f71 100644 --- a/Doc/libarray.tex +++ b/Doc/libarray.tex @@ -32,7 +32,7 @@ Python long integers when retrieved, because Python's plain integer type can't represent the full range of C's unsigned (long) integers. See also built-in module \code{struct}. -\bimodindex{struct} +\refbimodindex{struct} The module defines the following function: |