Skip to content

Commit b172e3e

Browse files
📜🤖 Added by blurb_it.
1 parent acbb0a3 commit b172e3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
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)