Skip to content

Commit 5c8534b

Browse files
authored
Update message_registry.py
1 parent 5458f4d commit 5c8534b

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
@@ -315,7 +315,7 @@ def with_additional_msg(self, info: str) -> ErrorMessage:
315315
"Type signature has too many parameter", codes.SYNTAX
316316
)
317317
TYPE_SIGNATURE_TOO_FEW_ARGS: Final = ErrorMessage(
318-
"Type signature has too few arguments", codes.SYNTAX
318+
"Type signature has too few parameters", codes.SYNTAX
319319
)
320320
ARG_CONSTRUCTOR_NAME_EXPECTED: Final = ErrorMessage("Expected arg constructor name", codes.SYNTAX)
321321
ARG_CONSTRUCTOR_TOO_MANY_ARGS: Final = ErrorMessage(

0 commit comments

Comments
 (0)