mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
SF 810242. Fix doubled word errors.
This commit is contained in:
parent
e46d14cd2c
commit
7e43110f34
7 changed files with 7 additions and 7 deletions
|
@ -315,7 +315,7 @@ the result is a single string; if there are multiple arguments, the
|
|||
result is a tuple with one item per argument. If the \var{index} is
|
||||
zero, the corresponding return value is the entire matching string; if
|
||||
it is in the inclusive range [1..99], it is the string matching the
|
||||
the corresponding parenthesized group (using the default syntax,
|
||||
corresponding parenthesized group (using the default syntax,
|
||||
groups are parenthesized using \code{{\e}(} and \code{{\e})}). If no
|
||||
such group exists, the corresponding result is \code{None}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue