From 8044a402537f68452594fa8a8cbb619b3b17880d Mon Sep 17 00:00:00 2001 From: Courtney Holcomb Date: Tue, 24 Sep 2024 15:11:02 -0700 Subject: [PATCH] Grammar --- .../metricflow_semantics/model/linkable_element_property.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metricflow-semantics/metricflow_semantics/model/linkable_element_property.py b/metricflow-semantics/metricflow_semantics/model/linkable_element_property.py index f44a7d2ab2..642a9b3449 100644 --- a/metricflow-semantics/metricflow_semantics/model/linkable_element_property.py +++ b/metricflow-semantics/metricflow_semantics/model/linkable_element_property.py @@ -27,7 +27,7 @@ class LinkableElementProperty(Enum): METRIC_TIME = "metric_time" # Refers to a metric, not a dimension. METRIC = "metric" - # An time dimension with a DatePart. + # A time dimension with a DatePart. DATE_PART = "date_part" @staticmethod