diff --git a/mlx/coverity_services.py b/mlx/coverity_services.py index 95244dd9..7438665b 100644 --- a/mlx/coverity_services.py +++ b/mlx/coverity_services.py @@ -188,7 +188,7 @@ def validate_filter_option(name, req_csv, valid_list, allow_regex=False): name (str): String representation of the attribute. req_csv (str): A CSV list of attribute values to query. valid_list (list/dict): The valid attributes. - allow_regex (bool, optional): True when regular expressions are allowed. Defaults to False. + allow_regex (bool): True to treat filter values as regular expressions, False to require exact matches Returns: list[str]: The list of valid attributes