mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
fix __match_args__ attribute name (#10813)
This commit is contained in:
@@ -602,7 +602,7 @@ if sys.version_info >= (3, 12):
|
||||
name: _Identifier
|
||||
|
||||
class TypeAlias(stmt):
|
||||
__match_args__ = ("name", "typeparams", "value")
|
||||
__match_args__ = ("name", "type_params", "value")
|
||||
name: Name
|
||||
type_params: list[type_param]
|
||||
value: expr
|
||||
|
||||
Reference in New Issue
Block a user