Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbd87f commit 7106a51Copy full SHA for 7106a51
1 file changed
Doc/reference/expressions.rst
@@ -667,7 +667,7 @@ series of :term:`arguments <argument>`:
667
starred_and_keywords: ("*" `expression` | `keyword_item`)
668
: ("," "*" `expression` | "," `keyword_item`)*
669
keywords_arguments: (`keyword_item` | "**" `expression`)
670
- : ("," `keyword_item` | "**" `expression`)*
+ : ("," `keyword_item` | "," "**" `expression`)*
671
keyword_item: `identifier` "=" `expression`
672
673
An optional trailing comma may be present after the positional and keyword arguments
0 commit comments