small amend

pull/3940/head
Sergey G. Brester 2025-01-31 19:51:29 +01:00 committed by sebres
parent a44c8dc3ec
commit 2d736ad755
1 changed files with 1 additions and 1 deletions

View File

@ -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