mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
[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 d2154912b3)
Co-authored-by: HarryLHW <123lhw321@gmail.com>
This commit is contained in:
parent
17c6818bfd
commit
8ef0398238
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