diff --git a/dtoolkit/accessor/index/filter.py b/dtoolkit/accessor/index/filter.py index 8c87b3b81..e9cd2ee0b 100644 --- a/dtoolkit/accessor/index/filter.py +++ b/dtoolkit/accessor/index/filter.py @@ -30,7 +30,7 @@ def filter( Keep labels from axis for which "like in label == True". regex : str (regular expression) - Keep labels from axis for which re.search(regex, label) == True. + Keep labels from axis for which ``re.search(regex, label) == True``. complement : bool, default False If True, return the complement of the result.