Thanks to visit codestin.com Credit goes to github.com
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 8dc5004 commit 0a6b541Copy full SHA for 0a6b541
1 file changed
Doc/library/re.rst
@@ -278,7 +278,7 @@ The special characters are:
278
lookbehind will back up 3 characters and check if the contained pattern matches.
279
The contained pattern must only match strings of some fixed length, meaning that
280
``abc`` or ``a|b`` are allowed, but ``a*`` and ``a{3,4}`` are not. Note that
281
- patterns which start with positive lookbehind assertions will never match at the
+ patterns which start with positive lookbehind assertions will not match at the
282
beginning of the string being searched; you will most likely want to use the
283
:func:`search` function rather than the :func:`match` function:
284
0 commit comments