use double quotes for docstring
This commit is contained in:
parent
deb3460df3
commit
0f68796831
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user