From 8665f83a11d6f2cdfdd5cc712fee713f5d122b46 Mon Sep 17 00:00:00 2001 From: Vadym Doroshenko Date: Mon, 9 Sep 2024 15:11:09 +0200 Subject: [PATCH] Addressed comments --- pipeline_dp/data_extractors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline_dp/data_extractors.py b/pipeline_dp/data_extractors.py index c682f071..90e23a80 100644 --- a/pipeline_dp/data_extractors.py +++ b/pipeline_dp/data_extractors.py @@ -32,7 +32,7 @@ class DataExtractors: @dataclasses.dataclass class MultiValueDataExtactors(DataExtractors): - """Data extractors with multiple value extractors + """Data extractors with multiple value extractors. Each extractor corresponds to the different value to aggregate. """