mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Docs: Add cross-reference for positional_item
in the calls
productionlist (GH-129977)
Add missing hyperlink for `positional_item`
This commit is contained in:
parent
bcc2cbaa7f
commit
d2154912b3
1 changed files with 1 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ series of :term:`arguments <argument>`:
|
|||
: ["," `keywords_arguments`]
|
||||
: | `starred_and_keywords` ["," `keywords_arguments`]
|
||||
: | `keywords_arguments`
|
||||
positional_arguments: positional_item ("," positional_item)*
|
||||
positional_arguments: `positional_item` ("," `positional_item`)*
|
||||
positional_item: `assignment_expression` | "*" `expression`
|
||||
starred_and_keywords: ("*" `expression` | `keyword_item`)
|
||||
: ("," "*" `expression` | "," `keyword_item`)*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue