Skip to content
Snippets Groups Projects
Verified Commit 815d30d1 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Small typo.

parent 67c3f944
No related branches found
No related tags found
2 merge requests!138Release 0.14.0,!129Enable validation in table_json_conversion.convert.to_dict for use in XLSX-converter
Pipeline #61339 passed
...@@ -112,7 +112,7 @@ class JsonSchemaExporter: ...@@ -112,7 +112,7 @@ class JsonSchemaExporter:
to create them. Instead, only the choice of existing elements should to create them. Instead, only the choice of existing elements should
be given. be given.
do_not_retrieve : list[str], optional do_not_retrieve : list[str], optional
A list of RedcordType names, for which no Records shall be retrieved. Instead, only an A list of RecordType names, for which no Records shall be retrieved. Instead, only an
object description should be given. If this list overlaps with the `do_not_create` object description should be given. If this list overlaps with the `do_not_create`
parameter, the behavior is undefined. parameter, the behavior is undefined.
no_remote : bool, optional no_remote : bool, optional
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment