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 50bef75..4a7227e 100644 --- a/src/metldata/schemapack_/builtin_transformations/infer_relations/path/path.py +++ b/src/metldata/schemapack_/builtin_transformations/infer_relations/path/path.py @@ -60,7 +60,7 @@ class "class_a" is referenced by the target class "class_b" via its properties "class_b(class_c)>class_c". The elements of a RelationPath are stored in the "elements" attribute as a list - of ReferencePathElement objects that are optimized for programmatic use. + of RelationPathElement objects that are optimized for programmatic use. The "source" attribute provides the source class of the path while the "target" attribute provides the target class of the path.