@@ -1882,7 +1882,7 @@ precedence and have a left-to-right chaining feature as described in the
1882
1882
| ``x[index] ``, ``x[index:index] ``, | Subscription, slicing, |
1883
1883
| ``x(arguments...) ``, ``x.attribute `` | call, attribute reference |
1884
1884
+-----------------------------------------------+-------------------------------------+
1885
- | :keyword: `await ` `` x `` | Await expression |
1885
+ | :keyword: `await x <await> ` | Await expression |
1886
1886
+-----------------------------------------------+-------------------------------------+
1887
1887
| ``** `` | Exponentiation [# ]_ |
1888
1888
+-----------------------------------------------+-------------------------------------+
@@ -1906,7 +1906,7 @@ precedence and have a left-to-right chaining feature as described in the
1906
1906
| :keyword: `is `, :keyword: `is not `, ``< ``, | tests and identity tests |
1907
1907
| ``<= ``, ``> ``, ``>= ``, ``!= ``, ``== `` | |
1908
1908
+-----------------------------------------------+-------------------------------------+
1909
- | :keyword: `not ` `` x `` | Boolean NOT |
1909
+ | :keyword: `not x <not> ` | Boolean NOT |
1910
1910
+-----------------------------------------------+-------------------------------------+
1911
1911
| :keyword: `and ` | Boolean AND |
1912
1912
+-----------------------------------------------+-------------------------------------+
0 commit comments