Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e930d7

Browse files
committed
Issue #28954: Merge keyword argument syntax from 3.5
2 parents 0efb5b3 + 7106a51 commit 7e930d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ series of :term:`arguments <argument>`:
827827
starred_and_keywords: ("*" `expression` | `keyword_item`)
828828
: ("," "*" `expression` | "," `keyword_item`)*
829829
keywords_arguments: (`keyword_item` | "**" `expression`)
830-
: ("," `keyword_item` | "**" `expression`)*
830+
: ("," `keyword_item` | "," "**" `expression`)*
831831
keyword_item: `identifier` "=" `expression`
832832

833833
An optional trailing comma may be present after the positional and keyword arguments

0 commit comments

Comments
 (0)