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 79f7b11 commit 48c627cCopy full SHA for 48c627c
1 file changed
test-data/unit/check-fastparse.test
@@ -178,7 +178,7 @@ def f(*,
178
[out]
179
180
[case testFasterParseTooManyArgumentsAnnotation]
181
-def f(): # E: Type signature has too many arguments
+def f(): # E: Type signature has too many parameters
182
# type: (int) -> None
183
pass
184
@@ -218,7 +218,7 @@ x @= 1
218
def f(x): # E: Type signature has too few arguments
219
# type: () -> None
220
221
-def g(): # E: Type signature has too many arguments
+def g(): # E: Type signature has too many parameters
222
223
224
0 commit comments