Skip to content

Commit

Permalink
Fixed doc for sub_schemata
Browse files Browse the repository at this point in the history
  • Loading branch information
robertisele committed Nov 30, 2023
1 parent 23a0c85 commit 4f6902b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmem_plugin_base/dataintegration/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4f6902b

Please sign in to comment.