changeset: 76611:7c262962b681 branch: 2.7 user: Ezio Melotti date: Sun Apr 29 07:34:22 2012 +0300 files: Doc/library/re.rst description: #14461: fix wording. diff -r 9a1f525b98d9 -r 7c262962b681 Doc/library/re.rst --- a/Doc/library/re.rst Sun Apr 29 11:52:59 2012 +0800 +++ b/Doc/library/re.rst Sun Apr 29 07:34:22 2012 +0300 @@ -273,7 +273,7 @@ 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 ``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 :func:`search` function rather than the :func:`match` function:

AltStyle によって変換されたページ (->オリジナル) /