diff options
| author | Fred Drake <fdrake@acm.org> | 1998-08-10 19:42:37 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-08-10 19:42:37 +0000 |
| commit | e689eedd6ff40b629ec975d9103677a6b09bba92 (patch) | |
| tree | 71638597da88936e2b4999a0e7a3a4a0ed7d511f /Doc/lib/libarray.tex | |
| parent | 24d03d4e163b5866e34948b21183e3b2b96352be (diff) | |
| download | cpython-e689eedd6ff40b629ec975d9103677a6b09bba92.tar.gz | |
New section header style.
Fix up a few synopses.
Diffstat (limited to 'Doc/lib/libarray.tex')
| -rw-r--r-- | Doc/lib/libarray.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex index 4c8b5f2def..b36ee26d11 100644 --- a/Doc/lib/libarray.tex +++ b/Doc/lib/libarray.tex @@ -1,4 +1,5 @@ -\section{Built-in Module \module{array}} +\section{\module{array} --- + Efficient arrays of uniformly typed numeric values.} \declaremodule{builtin}{array} \modulesynopsis{Efficient arrays of uniformly typed numeric values.} |
