We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afa534 commit 1755885Copy full SHA for 1755885
1 file changed
test-data/unit/parse-errors.test
@@ -254,7 +254,7 @@ file:1: error: Type signature has too many parameters
254
def f(x, y): # type: (X) -> z
255
pass
256
[out]
257
-file:1: error: Type signature has too few arguments
+file:1: error: Type signature has too few parameters
258
259
[case testCommentFunctionAnnotationVarArgMispatch-skip]
260
# see mypy issue #1997
0 commit comments