From 50f735e30d43cb1e1c3c6f6d0990fb9bef76e30a Mon Sep 17 00:00:00 2001 From: Kersten Breuer Date: Wed, 13 Dec 2023 12:32:24 +0100 Subject: [PATCH] Update src/metldata/schemapack_/builtin_transformations/infer_relations/path/path.py Co-authored-by: Christoph Zwerschke --- .../builtin_transformations/infer_relations/path/path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metldata/schemapack_/builtin_transformations/infer_relations/path/path.py b/src/metldata/schemapack_/builtin_transformations/infer_relations/path/path.py index d76bec1..50bef75 100644 --- a/src/metldata/schemapack_/builtin_transformations/infer_relations/path/path.py +++ b/src/metldata/schemapack_/builtin_transformations/infer_relations/path/path.py @@ -59,7 +59,7 @@ class "class_a" is referenced by the target class "class_b" via its properties into the elements: "class_a<(class_a)class_b" and "class_b(class_c)>class_c". - The elements of a ReferencePath are stored in the "elements" attribute as a list + The elements of a RelationPath are stored in the "elements" attribute as a list of ReferencePathElement objects that are optimized for programmatic use. The "source" attribute provides the source class of the path while the