mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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
|
@ -448,6 +448,8 @@ Callable types
|
|||
|
||||
Special attributes:
|
||||
|
||||
.. tabularcolumns:: |l|L|l|
|
||||
|
||||
+-------------------------+-------------------------------+-----------+
|
||||
| Attribute | Meaning | |
|
||||
+=========================+===============================+===========+
|
||||
|
|
|
@ -1335,7 +1335,7 @@ groups from right to left).
|
|||
| :keyword:`not` ``x`` | Boolean NOT |
|
||||
+-----------------------------------------------+-------------------------------------+
|
||||
| :keyword:`in`, :keyword:`not in`, | Comparisons, including membership |
|
||||
| :keyword:`is`, :keyword:`is not`, ``<``, | tests and identity tests, |
|
||||
| :keyword:`is`, :keyword:`is not`, ``<``, | tests and identity tests |
|
||||
| ``<=``, ``>``, ``>=``, ``!=``, ``==`` | |
|
||||
+-----------------------------------------------+-------------------------------------+
|
||||
| ``|`` | Bitwise OR |
|
||||
|
|
|
@ -685,8 +685,7 @@ proposed ``__name__`` for semantics :pep:`366` would eventually specify for
|
|||
:pep:`338` defines executing modules as scripts.
|
||||
|
||||
|
||||
Footnotes
|
||||
=========
|
||||
.. rubric:: Footnotes
|
||||
|
||||
.. [#fnmo] See :class:`types.ModuleType`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue