mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Lighten up tables.
This commit is contained in:
parent
17e564042d
commit
ee60191d1d
26 changed files with 49 additions and 63 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue