Skip to content

Commit f5551e0

Browse files
authored
Update message_registry.py
1 parent 1a7ac4f commit f5551e0

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
@@ -309,7 +309,7 @@ def with_additional_msg(self, info: str) -> ErrorMessage:
309309
'Syntax error in type comment "{}"', codes.SYNTAX
310310
)
311311
ELLIPSIS_WITH_OTHER_TYPEARGS: Final = ErrorMessage(
312-
"Ellipses cannot accompany other argument types in function type signature", codes.SYNTAX
312+
"Ellipses cannot accompany other parameter types in function type signature", codes.SYNTAX
313313
)
314314
TYPE_SIGNATURE_TOO_MANY_ARGS: Final = ErrorMessage(
315315
"Type signature has too many arguments", codes.SYNTAX

0 commit comments

Comments
 (0)