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 c55316c commit e937df8
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 @@ -180,7 +180,7 @@ def _request(self, url, data=None):

@staticmethod
def validate_filter_option(name, req_csv, valid_list, allow_regex=False):
"""Add filter when the attribute is valid. If `valid_list` is not defined,
"""Add filter when the attribute is valid. If `valid_list` is empty or falsy,
all attributes of the CSV list are valid.
The CSV list can allow regular expressions when `allow_regex` is set to True.
Expand Down

0 comments on commit e937df8

Please sign in to comment.