8000 [3.14] Docs: Add cross-reference for `positional_item` in the `calls`… · python/cpython@8ef0398 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ef0398

Browse files
[3.14] Docs: Add cross-reference for positional_item in the calls productionlist (GH-129977) (GH-135940)
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 <123lhw321@gmail.com>
1 parent 17c6818 commit 8ef0398

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)
0