@@ -1898,7 +1898,7 @@ precedence and have a left-to-right chaining feature as described in the
18981898| ``x[index] ``, ``x[index:index] ``, | Subscription, slicing, |
18991899| ``x(arguments...) ``, ``x.attribute `` | call, attribute reference |
19001900+-----------------------------------------------+-------------------------------------+
1901- | :keyword: `await ` `` x `` | Await expression |
1901+ | :keyword: `await x <await> ` | Await expression |
19021902+-----------------------------------------------+-------------------------------------+
19031903| ``** `` | Exponentiation [# ]_ |
19041904+-----------------------------------------------+-------------------------------------+
@@ -1922,7 +1922,7 @@ precedence and have a left-to-right chaining feature as described in the
19221922| :keyword: `is `, :keyword: `is not `, ``< ``, | tests and identity tests |
19231923| ``<= ``, ``> ``, ``>= ``, ``!= ``, ``== `` | |
19241924+-----------------------------------------------+-------------------------------------+
1925- | :keyword: `not ` `` x `` | Boolean NOT |
1925+ | :keyword: `not x <not> ` | Boolean NOT |
19261926+-----------------------------------------------+-------------------------------------+
19271927| :keyword: `and ` | Boolean AND |
19281928+-----------------------------------------------+-------------------------------------+
0 commit comments