Skip to content

Commit 54395da

Browse files
committed
...
1 parent 498765c commit 54395da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kittens/hints/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def custom_marking() -> None:
117117
default={default_regex}
118118
The regular expression to use when option :option:`--type` is set to
119119
:code:`regex`, in Perl 5 syntax. If you specify a numbered group in the regular
120-
expression, only the group will be matched. This allow you to match text
120+
expression, only the group will be matched. This allows you to match text
121121
ignoring a prefix/suffix, as needed. The default expression matches lines. To
122122
match text over multiple lines, things get a little tricky, as line endings
123123
are a sequence of zero or more null bytes followed by either a carriage return

0 commit comments

Comments
 (0)