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.
1 parent 498765c commit 54395daCopy full SHA for 54395da
kittens/hints/main.py
@@ -117,7 +117,7 @@ def custom_marking() -> None:
117
default={default_regex}
118
The regular expression to use when option :option:`--type` is set to
119
: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
+expression, only the group will be matched. This allows you to match text
121
ignoring a prefix/suffix, as needed. The default expression matches lines. To
122
match text over multiple lines, things get a little tricky, as line endings
123
are a sequence of zero or more null bytes followed by either a carriage return
0 commit comments