Issue #21593: Merge from 3.5

This commit is contained in:
Berker Peksag 2016-06-08 14:57:24 +03:00
commit 3c923eac4d
1 changed files with 2 additions and 2 deletions

View File

@ -811,8 +811,8 @@ attributes:
.. method:: regex.search(string[, pos[, endpos]])
Scan through *string* looking for a location where this regular expression
produces a match, and return a corresponding :ref:`match object
Scan through *string* looking for the first location where this regular
expression 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
point in the string.