From 4f6902b74c6c29980004e80100f429fc29b44180 Mon Sep 17 00:00:00 2001 From: Robert Isele Date: Thu, 30 Nov 2023 12:41:51 +0100 Subject: [PATCH] Fixed doc for sub_schemata --- cmem_plugin_base/dataintegration/entity.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cmem_plugin_base/dataintegration/entity.py b/cmem_plugin_base/dataintegration/entity.py index 10b95b5..b8d38d8 100644 --- a/cmem_plugin_base/dataintegration/entity.py +++ b/cmem_plugin_base/dataintegration/entity.py @@ -26,9 +26,8 @@ class EntitySchema: :param type_uri: The entity type :param paths: Ordered list of paths - :param sub_path: Path in relation to the parent schema or from the root if - there is no parent - :param sub_schemata: Nested entity schemata. + :param sub_path: Path in relation to root + :param sub_schemata: Nested entity schemata """ def __init__(self,