From 54395da6961f0a7f8424567f821a72ac157f9c18 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 24 May 2025 09:23:05 +0530 Subject: [PATCH] ... --- kittens/hints/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kittens/hints/main.py b/kittens/hints/main.py index fec4ebd00..be7e65796 100644 --- a/kittens/hints/main.py +++ b/kittens/hints/main.py @@ -117,7 +117,7 @@ controls where to display the selected error message, other options are ignored. default={default_regex} The regular expression to use when option :option:`--type` is set to :code:`regex`, in Perl 5 syntax. If you specify a numbered group in the regular -expression, only the group will be matched. This allow you to match text +expression, only the group will be matched. This allows you to match text ignoring a prefix/suffix, as needed. The default expression matches lines. To match text over multiple lines, things get a little tricky, as line endings are a sequence of zero or more null bytes followed by either a carriage return