diff -r 66a1fbdbe4bb Doc/reference/expressions.rst --- a/Doc/reference/expressions.rst Thu May 05 16:21:35 2016 +0300 +++ b/Doc/reference/expressions.rst Thu May 05 23:44:09 2016 +0200 @@ -835,7 +835,7 @@ less tightly than unary operators on its right. The syntax is: .. productionlist:: - power: `await` ["**" `u_expr`] + power: `primary` ["**" `u_expr`] Thus, in an unparenthesized sequence of power and unary operators, the operators are evaluated from right to left (this does not constrain the evaluation order