diff --git a/metricflow-semantics/metricflow_semantics/mf_logging/pretty_print.py b/metricflow-semantics/metricflow_semantics/mf_logging/pretty_print.py index 3373a1c20b..725c46c98d 100644 --- a/metricflow-semantics/metricflow_semantics/mf_logging/pretty_print.py +++ b/metricflow-semantics/metricflow_semantics/mf_logging/pretty_print.py @@ -45,7 +45,7 @@ def _handle_sequence_obj( """Pretty prints a sequence object i.e. list or tuple. Args: - list_like_obj: A list or a tuple. + list_like_obj: A list, tuple, set, or frozenset. remaining_line_width: If specified, try to make the string representation <= this many columns wide. Returns: