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

Skip to content

Commit d215491

Browse files
authored
Docs: Add cross-reference for positional_item in the calls productionlist (GH-129977)
Add missing hyperlink for `positional_item`
1 parent bcc2cba commit d215491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ series of :term:`arguments <argument>`:
10231023
: ["," `keywords_arguments`]
10241024
: | `starred_and_keywords` ["," `keywords_arguments`]
10251025
: | `keywords_arguments`
1026-
positional_arguments: positional_item ("," positional_item)*
1026+
positional_arguments: `positional_item` ("," `positional_item`)*
10271027
positional_item: `assignment_expression` | "*" `expression`
10281028
starred_and_keywords: ("*" `expression` | `keyword_item`)
10291029
: ("," "*" `expression` | "," `keyword_item`)*

0 commit comments

Comments
 (0)