Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Jasper Craeghs <[email protected]>
  • Loading branch information
JokeWaumans and JasperCraeghs authored Aug 13, 2024
1 parent edff312 commit c55316c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlx/coverity_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c55316c

Please sign in to comment.