Skip to content

Commit 86c050a

Browse files
[3.13] Docs: Add cross-reference for positional_item in the calls productionlist (GH-129977) (GH-135941)
Docs: Add cross-reference for `positional_item` in the `calls` productionlist (GH-129977) Add missing hyperlink for `positional_item` (cherry picked from commit d215491) Co-authored-by: HarryLHW <[email protected]>
1 parent 28c5adf commit 86c050a

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
@@ -1025,7 +1025,7 @@ series of :term:`arguments <argument>`:
10251025
: ["," `keywords_arguments`]
10261026
: | `starred_and_keywords` ["," `keywords_arguments`]
10271027
: | `keywords_arguments`
1028-
positional_arguments: positional_item ("," positional_item)*
1028+
positional_arguments: `positional_item` ("," `positional_item`)*
10291029
positional_item: `assignment_expression` | "*" `expression`
10301030
starred_and_keywords: ("*" `expression` | `keyword_item`)
10311031
: ("," "*" `expression` | "," `keyword_item`)*

0 commit comments

Comments
 (0)