Skip to content

Commit 9d0ae67

Browse files
authored
Update semanal-errors.test
1 parent f53a296 commit 9d0ae67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-data/unit/semanal-errors.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ def f(): # type: (int) -> int
11581158
def g(x): # type: () -> int
11591159
pass
11601160
[out]
1161-
main:2: error: Type signature has too many arguments
1161+
main:2: error: Type signature has too many parameters
11621162
main:4: error: Type signature has too few arguments
11631163

11641164
[case testStaticmethodAndNonMethod]

0 commit comments

Comments
 (0)