Merge with 3.4

This commit is contained in:
Terry Jan Reedy 2014-05-30 16:20:25 -04:00
commit 069c87bee4
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ form.
.. function:: search(pattern, string, flags=0)
Scan through *string* looking for a location where the regular expression
Scan through *string* looking for the first location where the regular expression
*pattern* produces a match, and return a corresponding :ref:`match object
<match-objects>`. Return ``None`` if no position in the string matches the
pattern; note that this is different from finding a zero-length match at some