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.
2 parents 0efb5b3 + 7106a51 commit 7e930d7Copy full SHA for 7e930d7
1 file changed
Doc/reference/expressions.rst
@@ -827,7 +827,7 @@ series of :term:`arguments <argument>`:
827
starred_and_keywords: ("*" `expression` | `keyword_item`)
828
: ("," "*" `expression` | "," `keyword_item`)*
829
keywords_arguments: (`keyword_item` | "**" `expression`)
830
- : ("," `keyword_item` | "**" `expression`)*
+ : ("," `keyword_item` | "," "**" `expression`)*
831
keyword_item: `identifier` "=" `expression`
832
833
An optional trailing comma may be present after the positional and keyword arguments
0 commit comments