mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
#16677: rename section header and fix markup.
This commit is contained in:
parent
405faed511
commit
9f929bb7df
1 changed files with 5 additions and 5 deletions
|
@ -1266,8 +1266,8 @@ their suffixes::
|
|||
|
||||
.. _operator-summary:
|
||||
|
||||
Summary
|
||||
=======
|
||||
Operator precedence
|
||||
===================
|
||||
|
||||
.. index:: pair: operator; precedence
|
||||
|
||||
|
@ -1291,9 +1291,9 @@ groups from right to left).
|
|||
+-----------------------------------------------+-------------------------------------+
|
||||
| :keyword:`and` | Boolean AND |
|
||||
+-----------------------------------------------+-------------------------------------+
|
||||
| :keyword:`not` *x* | Boolean NOT |
|
||||
| :keyword:`not` ``x`` | Boolean NOT |
|
||||
+-----------------------------------------------+-------------------------------------+
|
||||
| :keyword:`in`, :keyword:`not` :keyword:`in`, | Comparisons, including membership |
|
||||
| :keyword:`in`, :keyword:`not in`, | Comparisons, including membership |
|
||||
| :keyword:`is`, :keyword:`is not`, ``<``, | tests and identity tests, |
|
||||
| ``<=``, ``>``, ``>=``, ``!=``, ``==`` | |
|
||||
+-----------------------------------------------+-------------------------------------+
|
||||
|
@ -1319,7 +1319,7 @@ groups from right to left).
|
|||
+-----------------------------------------------+-------------------------------------+
|
||||
| ``(expressions...)``, | Binding or tuple display, |
|
||||
| ``[expressions...]``, | list display, |
|
||||
| ``{key:datum...}``, | dictionary display, |
|
||||
| ``{key: value...}``, | dictionary display, |
|
||||
| ``{expressions...}`` | set display |
|
||||
+-----------------------------------------------+-------------------------------------+
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue