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/libstruct.tex | |
parent | 17e564042d8eccfd571ef898709d1454727741be (diff) | |
download | cpython-ee60191d1d318684a896794faad9ccbcfe9bd254.zip cpython-ee60191d1d318684a896794faad9ccbcfe9bd254.tar.gz cpython-ee60191d1d318684a896794faad9ccbcfe9bd254.tar.bz2 |
Lighten up tables.
Diffstat (limited to 'Doc/lib/libstruct.tex')
-rw-r--r-- | Doc/lib/libstruct.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libstruct.tex b/Doc/lib/libstruct.tex index 5703c05..5925328 100644 --- a/Doc/lib/libstruct.tex +++ b/Doc/lib/libstruct.tex @@ -39,7 +39,7 @@ The module defines the following exception and functions: Format characters have the following meaning; the conversion between C and Python values should be obvious given their types: -\begin{tableiii}{|c|l|l|}{samp}{Format}{C}{Python} +\begin{tableiii}{c|l|l}{samp}{Format}{C Type}{Python} \lineiii{x}{pad byte}{no value} \lineiii{c}{char}{string of length 1} \lineiii{b}{signed char}{integer} @@ -81,7 +81,7 @@ Alternatively, the first character of the format string can be used to indicate the byte order, size and alignment of the packed data, according to the following table: -\begin{tableiii}{|c|l|l|}{samp}{Character}{Byte order}{Size and alignment} +\begin{tableiii}{c|l|l}{samp}{Character}{Byte order}{Size and alignment} \lineiii{@}{native}{native} \lineiii{=}{native}{standard} \lineiii{<}{little-endian}{standard} |