@@ -1891,7 +1891,7 @@ precedence and have a left-to-right chaining feature as described in the
1891
1891
| ``x[index] ``, ``x[index:index] ``, | Subscription, slicing, |
1892
1892
| ``x(arguments...) ``, ``x.attribute `` | call, attribute reference |
1893
1893
+-----------------------------------------------+-------------------------------------+
1894
- | :keyword: `await ` `` x `` | Await expression |
1894
+ | :keyword: `await x <await> ` | Await expression |
1895
1895
+-----------------------------------------------+-------------------------------------+
1896
1896
| ``** `` | Exponentiation [# ]_ |
1897
1897
+-----------------------------------------------+-------------------------------------+
@@ -1915,7 +1915,7 @@ precedence and have a left-to-right chaining feature as described in the
1915
1915
| :keyword: `is `, :keyword: `is not `, ``< ``, | tests and identity tests |
1916
1916
| ``<= ``, ``> ``, ``>= ``, ``!= ``, ``== `` | |
1917
1917
+-----------------------------------------------+-------------------------------------+
1918
- | :keyword: `not ` `` x `` | Boolean NOT |
1918
+ | :keyword: `not x <not> ` | Boolean NOT |
1919
1919
+-----------------------------------------------+-------------------------------------+
1920
1920
| :keyword: `and ` | Boolean AND |
1921
1921
+-----------------------------------------------+-------------------------------------+
0 commit comments