Kaydet (Commit) 0a6b5419 authored tarafından Ezio Melotti's avatar Ezio Melotti

#14461: fix wording.

üst 8dc50047
...@@ -278,7 +278,7 @@ The special characters are: ...@@ -278,7 +278,7 @@ The special characters are:
lookbehind will back up 3 characters and check if the contained pattern matches. lookbehind will back up 3 characters and check if the contained pattern matches.
The contained pattern must only match strings of some fixed length, meaning that The contained pattern must only match strings of some fixed length, meaning that
``abc`` or ``a|b`` are allowed, but ``a*`` and ``a{3,4}`` are not. Note that ``abc`` or ``a|b`` are allowed, but ``a*`` and ``a{3,4}`` are not. Note that
patterns which start with positive lookbehind assertions will never match at the patterns which start with positive lookbehind assertions will not match at the
beginning of the string being searched; you will most likely want to use the beginning of the string being searched; you will most likely want to use the
:func:`search` function rather than the :func:`match` function: :func:`search` function rather than the :func:`match` function:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment