From 42d9f423102a388c51d39a8845ea3f3e2f8e142a Mon Sep 17 00:00:00 2001 From: PPPDUD <107440101+PPPDUD@users.noreply.github.com> Date: Sun, 7 Jun 2026 15:51:42 -0400 Subject: [PATCH] This will finds -> This will find --- src/textual/fuzzy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/textual/fuzzy.py b/src/textual/fuzzy.py index 34c518c802..2e7a34b7f4 100644 --- a/src/textual/fuzzy.py +++ b/src/textual/fuzzy.py @@ -22,7 +22,7 @@ class FuzzySearch: """Performs a fuzzy search. - Unlike a regex solution, this will finds all possible matches. + Unlike a regex solution, this will find all possible matches. """ def __init__(