Skip to content

Commit f466b95

Browse files
authored
Update mypy/plugins/attrs.py
1 parent b32252f commit f466b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/plugins/attrs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ def _get_expanded_attr_types(
971971
parent_typ: ProperType,
972972
) -> list[Mapping[str, Type]] | None:
973973
"""
974-
For a given type, determine what attrs classes it can be, and returns the field types for each class.
974+
For a given type, determine what attrs classes it can be, and return the field types for each class.
975975
For generic classes, the field types are expanded.
976976
If the type contains Any or a non-attrs type, returns None; in the latter case, also reports an error.
977977
"""

0 commit comments

Comments
 (0)