Skip to content

Commit

Permalink
Update src/metldata/builtin_transformations/count_content_values/data…
Browse files Browse the repository at this point in the history
…_transform.py

Co-authored-by: Thomas Zajac <thomas-jakob.zajac@uni-tuebingen.de>
  • Loading branch information
sbilge and mephenor authored Nov 7, 2024
1 parent 2c97254 commit 592d7ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def count_content(

# Only one element is expected in the path
relation_name = relation_path.elements[0].property
# content_resources keeping the values to be count are obtained from
# content_resources keeping the values to be counted are obtained from
# the class that is referenced by the transformation target class through
# relation_name.
content_resources = context.get_class_resources(referenced_class)
Expand Down

0 comments on commit 592d7ce

Please sign in to comment.