Fixed index module reference.

This commit is contained in:
Fred Drake 1997-12-16 04:08:24 +00:00
parent 90f2e5e202
commit 4f496cc5b1
10 changed files with 14 additions and 10 deletions

View file

@ -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: