Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Dec 11, 2024
1 parent cc0615b commit dbadf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/fuzzy.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class FuzzySearch:
"""

def __init__(self, case_sensitive: bool = False) -> None:
"""_summary_
"""Initialize fuzzy search.
Args:
case_sensitive: Is the match case sensitive?
Expand Down

0 comments on commit dbadf6b

Please sign in to comment.