diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 194d2c82233..ef6cba90471 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -422,10 +422,11 @@ series of arguments: \production{call} {\token{primary} "(" [\token{argument_list} [","]] ")"} \production{argument_list} - {\token{positional_arguments} ["," \token{keyword_arguments}] - ["," "*" \token{expression}] ["," "**" \token{expression}]} - \productioncont{| \token{keyword_arguments} ["," "*" \token{expression}] - ["," "**" \token{expression}]} + {\token{positional_arguments} ["," \token{keyword_arguments}]} + \productioncont{ ["," "*" \token{expression}]} + \productioncont{ ["," "**" \token{expression}]} + \productioncont{| \token{keyword_arguments} ["," "*" \token{expression}]} + \productioncont{ ["," "**" \token{expression}]} \productioncont{| "*" \token{expression} ["," "**" \token{expression}]} \productioncont{| "**" \token{expression}} \production{positional_arguments}