From 815d30d1c7d3f54596234fdc14375408f77d8ba1 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Wed, 26 Feb 2025 12:52:31 +0100 Subject: [PATCH] DOC: Small typo. --- src/caosadvancedtools/json_schema_exporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caosadvancedtools/json_schema_exporter.py b/src/caosadvancedtools/json_schema_exporter.py index 7a92eaad..56568ca1 100644 --- a/src/caosadvancedtools/json_schema_exporter.py +++ b/src/caosadvancedtools/json_schema_exporter.py @@ -112,7 +112,7 @@ class JsonSchemaExporter: to create them. Instead, only the choice of existing elements should be given. 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` parameter, the behavior is undefined. no_remote : bool, optional -- GitLab