diff --git a/mlx/coverity_services.py b/mlx/coverity_services.py index 4b62897..efe36b4 100644 --- a/mlx/coverity_services.py +++ b/mlx/coverity_services.py @@ -319,7 +319,7 @@ def handle_attribute_filter(self, attribute_values, name, valid_attributes, allo Args: attribute_values (str): A CSV list of attribute values to query. name (str): String representation of the attribute. - valid_attributes (list/dict): The valid attributes. + valid_attributes (list/dict): All valid/possible attribute values. allow_regex (bool): True to treat filter values as regular expressions, False to require exact matches Returns: