Skip to content

Commit b10169c

Browse files
authored
Update message_registry.py
1 parent c5c12fa commit b10169c

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
@@ -176,7 +176,7 @@ def with_additional_msg(self, info: str) -> ErrorMessage:
176176
"Access to generic instance variables via class is ambiguous"
177177
)
178178
GENERIC_CLASS_VAR_ACCESS: Final = "Access to generic class variables is ambiguous"
179-
BARE_GENERIC: Final = "Missing type parameters for generic type {}"
179+
BARE_GENERIC: Final = "Missing type arguments for generic type {}"
180180
IMPLICIT_GENERIC_ANY_BUILTIN: Final = (
181181
'Implicit generic "Any". Use "{}" and specify generic parameters'
182182
)

0 commit comments

Comments
 (0)