From 2c97254e905e2f42fcfdf545e27d2f7822736c26 Mon Sep 17 00:00:00 2001 From: sbilge Date: Thu, 7 Nov 2024 11:23:43 +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 560b849..aa80590 100644 --- a/src/metldata/builtin_transformations/count_content_values/data_transform.py +++ b/src/metldata/builtin_transformations/count_content_values/data_transform.py @@ -34,7 +34,7 @@ class TransformationContext: - """Context manager for a data transformation process, wrapping the Datapack to be + """Context for a data transformation process, wrapping the Datapack to be transformed and transformation instructions per class. """