Skip to content

Commit 79f7b11

Browse files
authored
Update message_registry.py
1 parent 62f2204 commit 79f7b11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy/message_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def with_additional_msg(self, info: str) -> ErrorMessage:
312312
"Ellipses cannot accompany other parameter types in function type signature", codes.SYNTAX
313313
)
314314
TYPE_SIGNATURE_TOO_MANY_ARGS: Final = ErrorMessage(
315-
"Type signature has too many arguments", codes.SYNTAX
315+
"Type signature has too many parameter", codes.SYNTAX
316316
)
317317
TYPE_SIGNATURE_TOO_FEW_ARGS: Final = ErrorMessage(
318318
"Type signature has too few arguments", codes.SYNTAX

0 commit comments

Comments
 (0)