Skip to content

Commit

Permalink
docs: remove unneeded XML tree example
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 6, 2024
1 parent 4887746 commit c2dbbfe
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions mdto/mdto.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,18 +191,7 @@ class ChecksumGegevens(XMLSerializable):
checksumDatum: str

def to_xml(self, root: str = "checksum") -> ET.Element:
"""Transform ChecksumGegevens into XML tree with the following structure:
```xml
<checksum>
<checksumAlgoritme>
</checksumAlgoritme>
<checksumWaarde>…</checksumWaarde>
<checksumDatum>…</checksumDatum>
</checksum>
```
"""Transform ChecksumGegevens into XML tree.
Returns:
ET.Element: XML representation of object
Expand Down

0 comments on commit c2dbbfe

Please sign in to comment.