Skip to content

Commit

Permalink
docs: clarify example (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 10, 2024
1 parent 65a35bc commit bfb0d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pip install .
De primaire doelstellingen van `mdto.py` is het versimpelen van het bouwen van MDTO XMLs via python. Om enkele voorbeelden te geven:

``` python
from mdto.gegevensgroepen import * # importeer alle *Gegevens groepen
from mdto.gegevensgroepen import * # importeer VerwijzingGegevens, BegripGegevens, BegripGegevens, etc.

# maak identificatiekenmerk element
informatieobject_id = IdentificatieGegevens("Informatieobject-4661a", "Proza (OCW-DMS)")
Expand Down

0 comments on commit bfb0d6d

Please sign in to comment.