Skip to content

Commit

Permalink
Update src/metldata/schemapack_/builtin_transformations/infer_relatio…
Browse files Browse the repository at this point in the history
…ns/path/path.py

Co-authored-by: Christoph Zwerschke <c.zwerschke@dkfz-heidelberg.de>
  • Loading branch information
KerstenBreuer and Cito authored Dec 13, 2023
1 parent e2dec2b commit 4cc4d4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class RelationPath:
In the string-based representation ("path_str" attribute), the first and the last
word correspond to the name of the source and target class respectively. ">" and "<"
means indicate active (left class relations the right one) and passive (the left
means active (left class refers the right one) and passive (the left
class is referenced by the right one). Parentheses attached to these angles thereby
indicate the property name of the referencing class. E.g. "class_a(class_b)>class_b"
means that the source class "class_a" has a property "class_b" that relations the
Expand Down

0 comments on commit 4cc4d4a

Please sign in to comment.