mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +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
|
@ -63,6 +63,8 @@ The logging functions are named after the level or severity of the events
|
|||
they are used to track. The standard levels and their applicability are
|
||||
described below (in increasing order of severity):
|
||||
|
||||
.. tabularcolumns:: |l|L|
|
||||
|
||||
+--------------+---------------------------------------------+
|
||||
| Level | When it's used |
|
||||
+==============+=============================================+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue