Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0debd27

Browse files
authored
Update starred exp errorr inline with Python
1 parenta3af87b commit0debd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎mypy/semanal.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4997,7 +4997,7 @@ def visit_dict_expr(self, expr: DictExpr) -> None:
49974997

49984998
defvisit_star_expr(self,expr:StarExpr)->None:
49994999
ifnotexpr.valid:
5000-
self.fail("Can use starred expressiononly as assignment target",expr,blocker=True)
5000+
self.fail("can't use starred expressionhere",expr,blocker=True)
50015001
else:
50025002
expr.expr.accept(self)
50035003

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp