Skip to content

Commit

Permalink
docs: correct argument order
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 5, 2024
1 parent 0277175 commit e781606
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 @@ -721,8 +721,8 @@ class Bestand(Object):
`create_bestand()` convenience function instead.
Args:
identificatie (IdentificatieGegevens): Gegevens waarmee het object geïdentificeerd kan worden
naam (str): Een betekenisvolle aanduiding waaronder het object bekend is
identificatie (IdentificatieGegevens): Gegevens waarmee het object geïdentificeerd kan worden
omvang (int): Aantal bytes in het bestand
bestandsformaat (BegripGegevens): Manier waarop de informatie in een computerbestand binair gecodeerd is
checksum (ChecksumGegevens): Checksum gegevens over het bestand
Expand Down

0 comments on commit e781606

Please sign in to comment.