Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a6b541

Browse files
committed
#14461: fix wording.
1 parent 8dc5004 commit 0a6b541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/re.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ The special characters are:
278278
lookbehind will back up 3 characters and check if the contained pattern matches.
279279
The contained pattern must only match strings of some fixed length, meaning that
280280
``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
281+
patterns which start with positive lookbehind assertions will not match at the
282282
beginning of the string being searched; you will most likely want to use the
283283
:func:`search` function rather than the :func:`match` function:
284284

0 commit comments

Comments
 (0)