From ee60191d1d318684a896794faad9ccbcfe9bd254 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 11 Apr 1998 20:53:03 +0000 Subject: Lighten up tables. --- Doc/lib/libarray.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/lib/libarray.tex') diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex index 19ba91d536..180be3498d 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} -- cgit v1.2.1