@@ -1891,7 +1891,7 @@ precedence and have a left-to-right chaining feature as described in the
18911891| ``x[index] ``, ``x[index:index] ``, | Subscription, slicing, |
18921892| ``x(arguments...) ``, ``x.attribute `` | call, attribute reference |
18931893+-----------------------------------------------+-------------------------------------+
1894- | :keyword: `await ` `` x `` | Await expression |
1894+ | :keyword: `await x <await> ` | Await expression |
18951895+-----------------------------------------------+-------------------------------------+
18961896| ``** `` | Exponentiation [# ]_ |
18971897+-----------------------------------------------+-------------------------------------+
@@ -1915,7 +1915,7 @@ precedence and have a left-to-right chaining feature as described in the
19151915| :keyword: `is `, :keyword: `is not `, ``< ``, | tests and identity tests |
19161916| ``<= ``, ``> ``, ``>= ``, ``!= ``, ``== `` | |
19171917+-----------------------------------------------+-------------------------------------+
1918- | :keyword: `not ` `` x `` | Boolean NOT |
1918+ | :keyword: `not x <not> ` | Boolean NOT |
19191919+-----------------------------------------------+-------------------------------------+
19201920| :keyword: `and ` | Boolean AND |
19211921+-----------------------------------------------+-------------------------------------+
0 commit comments