Skip to content

Commit b2286f0

Browse files
blurb-it[bot]pablogsal
authored andcommitted
📜🤖 Added by blurb_it.
1 parent 5e36dfb commit b2286f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Improve error messages when there's a syntax error with call arguments. The following three cases are covered:
2+
- No value is assigned to a named argument, eg ``foo(a=)``.
3+
- A value is assigned to a star argument, eg ``foo(*args=[0])``.
4+
- A value is assigned to a double-star keyword argument, eg ``foo(**kwarg={'a': 0})``.

0 commit comments

Comments
 (0)