Skip to content

Commit

Permalink
misc: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 16, 2024
1 parent ebb7ea9 commit 13a010d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdto/mdto.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def to_xml(self, root: str) -> ET.Element:
root (str): name of the new root tag
Returns:
ET.Element: XML representation of object new root tag
ET.Element: XML representation of object with new root tag
"""
root_elem = ET.Element(root)
# get dataclass fields, but in the order required by the MDTO XSD
Expand Down

0 comments on commit 13a010d

Please sign in to comment.