From 592d7cef710deb1b8f98a3a02d4c591d6d33f2a9 Mon Sep 17 00:00:00 2001 From: sbilge Date: Thu, 7 Nov 2024 11:27:11 +0100 Subject: [PATCH] Update src/metldata/builtin_transformations/count_content_values/data_transform.py Co-authored-by: Thomas Zajac --- .../count_content_values/data_transform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metldata/builtin_transformations/count_content_values/data_transform.py b/src/metldata/builtin_transformations/count_content_values/data_transform.py index aa80590..9133351 100644 --- a/src/metldata/builtin_transformations/count_content_values/data_transform.py +++ b/src/metldata/builtin_transformations/count_content_values/data_transform.py @@ -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)