diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-11 20:53:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-11 20:53:03 (GMT) |
commit | ee60191d1d318684a896794faad9ccbcfe9bd254 (patch) | |
tree | 6f56860916156f1d59f0f8159e55882648a8d9ad /Doc/lib/libarray.tex | |
parent | 17e564042d8eccfd571ef898709d1454727741be (diff) | |
download | cpython-ee60191d1d318684a896794faad9ccbcfe9bd254.zip cpython-ee60191d1d318684a896794faad9ccbcfe9bd254.tar.gz cpython-ee60191d1d318684a896794faad9ccbcfe9bd254.tar.bz2 |
Lighten up tables.
Diffstat (limited to 'Doc/lib/libarray.tex')
-rw-r--r-- | Doc/lib/libarray.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex index 19ba91d..180be34 100644 --- a/Doc/lib/libarray.tex +++ b/Doc/lib/libarray.tex @@ -10,7 +10,7 @@ except that the type of objects stored in them is constrained. The type is specified at object creation time by using a \dfn{type code}, which is a single character. The following type codes are defined: -\begin{tableiii}{|c|c|c|}{character}{Type code}{Type}{Minimum size in bytes} +\begin{tableiii}{c|l|c}{code}{Type code}{C Type}{Minimum size in bytes} \lineiii{'c'}{character}{1} \lineiii{'b'}{signed integer}{1} \lineiii{'B'}{unsigned integer}{1} |