use double quotes for docstring

This commit is contained in:
Jan Petykiewicz 2024-07-29 21:50:17 -07:00
parent deb3460df3
commit 0f68796831

View File

@ -139,7 +139,7 @@ def read_row(el_row: ElementTree.Element) -> list[str]:
def _tag(element: ElementTree.Element) -> str:
'''
"""
Get the element's tag, excluding any namespaces.
'''
"""
return element.tag.split('}')[-1]