diff options
| author | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 +0000 |
| commit | 6229ad63bd5d9dd1dcc4c0a81af586812f9a1bb9 (patch) | |
| tree | 70068a208d367340ecd5f8acf966b462cc4a3ae5 /Doc/lib/libarray.tex | |
| parent | fcfde73f4aa67184d58750ce01059abbeb54c00d (diff) | |
| download | cpython-6229ad63bd5d9dd1dcc4c0a81af586812f9a1bb9.tar.gz | |
Adjusted to use the new module synopsis support macros.
Diffstat (limited to 'Doc/lib/libarray.tex')
| -rw-r--r-- | Doc/lib/libarray.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex index 180be3498d..4c8b5f2def 100644 --- a/Doc/lib/libarray.tex +++ b/Doc/lib/libarray.tex @@ -1,6 +1,8 @@ \section{Built-in Module \module{array}} -\label{module-array} -\bimodindex{array} +\declaremodule{builtin}{array} + +\modulesynopsis{Efficient arrays of uniformly typed numeric values.} + \index{arrays} This module defines a new object type which can efficiently represent |
