Skip to content

Commit

Permalink
misc: clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 6, 2024
1 parent 03ee930 commit d02ec58
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 @@ -905,7 +905,7 @@ def from_file(xmlfile: str) -> Informatieobject | Bestand:
# edit the informatie object
informatieobject.naam = "Verlenen kapvergunning Flipje's Erf 15 Tiel"
# save it to a new file
# save it to a new file (or override the original, if desired)
informatieobject.save("path/to/new/file.xml")
```
Expand Down

0 comments on commit d02ec58

Please sign in to comment.