diff options
Diffstat (limited to 'Doc/lib/libstruct.tex')
-rw-r--r-- | Doc/lib/libstruct.tex | 2 |
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: |