Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7465382

Browse files
committed
Modified presentation of the grammar for calls to be easier to read
for both HTML and typeset renderings. Corresponds to revision 1.53.4.8 on the r22-maint branch.
1 parent fed2405 commit 7465382

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Doc/ref/ref5.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -422,10 +422,11 @@ \subsection{Calls\label{calls}}
422422
\production{call}
423423
{\token{primary} "(" [\token{argument_list} [","]] ")"}
424424
\production{argument_list}
425-
{\token{positional_arguments} ["," \token{keyword_arguments}]
426-
["," "*" \token{expression}] ["," "**" \token{expression}]}
427-
\productioncont{| \token{keyword_arguments} ["," "*" \token{expression}]
428-
["," "**" \token{expression}]}
425+
{\token{positional_arguments} ["," \token{keyword_arguments}]}
426+
\productioncont{ ["," "*" \token{expression}]}
427+
\productioncont{ ["," "**" \token{expression}]}
428+
\productioncont{| \token{keyword_arguments} ["," "*" \token{expression}]}
429+
\productioncont{ ["," "**" \token{expression}]}
429430
\productioncont{| "*" \token{expression} ["," "**" \token{expression}]}
430431
\productioncont{| "**" \token{expression}}
431432
\production{positional_arguments}

0 commit comments

Comments
 (0)