Skip to content

Commit 1bf7d21

Browse files
authored
Merge pull request #5754 from jepler/doc-markup-fix
Fix doc markup
2 parents ead2b31 + 2df93d5 commit 1bf7d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/fuzzy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def highlight(self, candidate: str) -> Content:
219219
candidate: The candidate string to match against the query.
220220
221221
Returns:
222-
A [rich.text.Text][`Text`] object with highlighted matches.
222+
A [`Text`][rich.text.Text] object with highlighted matches.
223223
"""
224224
content = Content.from_markup(candidate)
225225
score, offsets = self.fuzzy_search.match(self.query, candidate)

0 commit comments

Comments
 (0)