mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
This commit is contained in:
parent
6ba6b13e32
commit
44ea77bd81
32 changed files with 129 additions and 30 deletions
|
@ -62,6 +62,8 @@ called with a non-bytes parameter.
|
|||
.. % because not all compilers support the %z width modifier -- we fake it
|
||||
.. % when necessary via interpolating PY_FORMAT_SIZE_T.
|
||||
|
||||
.. tabularcolumns:: |l|l|L|
|
||||
|
||||
+-------------------+---------------+--------------------------------+
|
||||
| Format Characters | Type | Comment |
|
||||
+===================+===============+================================+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue