Skip to content

Commit 1755885

Browse files
authored
Update parse-errors.test
1 parent 8afa534 commit 1755885

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-data/unit/parse-errors.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ file:1: error: Type signature has too many parameters
254254
def f(x, y): # type: (X) -> z
255255
pass
256256
[out]
257-
file:1: error: Type signature has too few arguments
257+
file:1: error: Type signature has too few parameters
258258

259259
[case testCommentFunctionAnnotationVarArgMispatch-skip]
260260
# see mypy issue #1997

0 commit comments

Comments
 (0)