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