use double quotes for docstring
This commit is contained in:
parent
deb3460df3
commit
0f68796831
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue