Skip to content

Commit

Permalink
use code mark
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeroto521 committed Oct 20, 2022
1 parent 5820f1c commit 70edd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtoolkit/accessor/index/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 70edd88

Please sign in to comment.