mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
small amend
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
CI / build (3.10) (push) Has been cancelled
CI / build (3.11) (push) Has been cancelled
CI / build (3.12) (push) Has been cancelled
CI / build (3.13) (push) Has been cancelled
CI / build (3.14.0-alpha.4) (push) Has been cancelled
CI / build (3.7) (push) Has been cancelled
CI / build (3.8) (push) Has been cancelled
CI / build (3.9) (push) Has been cancelled
CI / build (pypy3.10) (push) Has been cancelled
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
CI / build (3.10) (push) Has been cancelled
CI / build (3.11) (push) Has been cancelled
CI / build (3.12) (push) Has been cancelled
CI / build (3.13) (push) Has been cancelled
CI / build (3.14.0-alpha.4) (push) Has been cancelled
CI / build (3.7) (push) Has been cancelled
CI / build (3.8) (push) Has been cancelled
CI / build (3.9) (push) Has been cancelled
CI / build (pypy3.10) (push) Has been cancelled
This commit is contained in:
parent
a44c8dc3ec
commit
2d736ad755
1 changed files with 1 additions and 1 deletions
2
FILTERS
2
FILTERS
|
|
@ -246,7 +246,7 @@ The following general rules apply to regular expressions:
|
|||
* make regular expressions readable (as much as possible), but only if it is
|
||||
justified. E.g. (?:...) represents a non-capturing regex and (...) is more
|
||||
readable, but capturing groups make the RE a bit slower, thus (?:...) may be
|
||||
more preferrable.
|
||||
more preferable.
|
||||
|
||||
If you have only a basic knowledge of regular repressions we advise to read
|
||||
https://docs.python.org/library/re.html first. It doesn't take long and would
|
||||
|
|
|
|||
Loading…
Reference in a new issue