We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ead2b31 + 2df93d5 commit 1bf7d21Copy full SHA for 1bf7d21
src/textual/fuzzy.py
@@ -219,7 +219,7 @@ def highlight(self, candidate: str) -> Content:
219
candidate: The candidate string to match against the query.
220
221
Returns:
222
- A [rich.text.Text][`Text`] object with highlighted matches.
+ A [`Text`][rich.text.Text] object with highlighted matches.
223
"""
224
content = Content.from_markup(candidate)
225
score, offsets = self.fuzzy_search.match(self.query, candidate)
0 commit comments