@@ -1898,7 +1898,7 @@ precedence and have a left-to-right chaining feature as described in the
1898
1898
| ``x[index] ``, ``x[index:index] ``, | Subscription, slicing, |
1899
1899
| ``x(arguments...) ``, ``x.attribute `` | call, attribute reference |
1900
1900
+-----------------------------------------------+-------------------------------------+
1901
- | :keyword: `await ` `` x `` | Await expression |
1901
+ | :keyword: `await x <await> ` | Await expression |
1902
1902
+-----------------------------------------------+-------------------------------------+
1903
1903
| ``** `` | Exponentiation [# ]_ |
1904
1904
+-----------------------------------------------+-------------------------------------+
@@ -1922,7 +1922,7 @@ precedence and have a left-to-right chaining feature as described in the
1922
1922
| :keyword: `is `, :keyword: `is not `, ``< ``, | tests and identity tests |
1923
1923
| ``<= ``, ``> ``, ``>= ``, ``!= ``, ``== `` | |
1924
1924
+-----------------------------------------------+-------------------------------------+
1925
- | :keyword: `not ` `` x `` | Boolean NOT |
1925
+ | :keyword: `not x <not> ` | Boolean NOT |
1926
1926
+-----------------------------------------------+-------------------------------------+
1927
1927
| :keyword: `and ` | Boolean AND |
1928
1928
+-----------------------------------------------+-------------------------------------+
0 commit comments