mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 23:09:55 +08:00
Cleanup: use lower-case list and dict, add a test (#6161)
This commit is contained in:
@@ -235,7 +235,7 @@ class Tag(PageElement):
|
||||
sourcepos: int | None
|
||||
known_xml: bool | None
|
||||
attrs: Mapping[str, str]
|
||||
contents: List[PageElement]
|
||||
contents: list[PageElement]
|
||||
hidden: bool
|
||||
can_be_empty_element: bool | None
|
||||
cdata_list_attributes: list[str] | None
|
||||
|
||||
Reference in New Issue
Block a user