Cleanup: use lower-case list and dict, add a test (#6161)

This commit is contained in:
Akuli
2021-10-13 19:59:27 +00:00
committed by GitHub
parent eab7adad62
commit e72a4034bf
8 changed files with 42 additions and 45 deletions
+1 -1
View File
@@ -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