summaryrefslogtreecommitdiff
path: root/Doc/lib/libarray.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-08-10 19:42:37 +0000
committerFred Drake <fdrake@acm.org>1998-08-10 19:42:37 +0000
commite689eedd6ff40b629ec975d9103677a6b09bba92 (patch)
tree71638597da88936e2b4999a0e7a3a4a0ed7d511f /Doc/lib/libarray.tex
parent24d03d4e163b5866e34948b21183e3b2b96352be (diff)
downloadcpython-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.tex3
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.}