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 9d0ae67 commit 5458f4dCopy full SHA for 5458f4d
1 file changed
test-data/unit/check-errorcodes.test
@@ -38,7 +38,7 @@ main:1: error: Invalid syntax [syntax]
38
main:1: error: Invalid syntax. Perhaps you forgot a comma? [syntax]
39
40
[case testErrorCodeSyntaxError2]
41
-def f(): # E: Type signature has too many arguments [syntax]
+def f(): # E: Type signature has too many parameters [syntax]
42
# type: (int) -> None
43
1
44
@@ -549,7 +549,7 @@ def f(x): # E: Type signature has too few arguments [syntax]
549
# type: () -> None
550
pass
551
552
-def g(x): # E: Type signature has too many arguments [syntax]
+def g(x): # E: Type signature has too many parameters [syntax]
553
# type: (int, int) -> None
554
555
0 commit comments