diff options
author | Raymond Hettinger <python@rcn.com> | 2003-09-22 15:00:55 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-09-22 15:00:55 (GMT) |
commit | 7e43110f34469a4d88ed77dc01de3bf4e0020f62 (patch) | |
tree | 7ffd9f4a51e0a9ba715be034a92dff08a62631e0 /Doc/lib/libregex.tex | |
parent | e46d14cd2c92a7ec8287f8cf222a07de869081bf (diff) | |
download | cpython-7e43110f34469a4d88ed77dc01de3bf4e0020f62.zip cpython-7e43110f34469a4d88ed77dc01de3bf4e0020f62.tar.gz cpython-7e43110f34469a4d88ed77dc01de3bf4e0020f62.tar.bz2 |
SF 810242. Fix doubled word errors.
Diffstat (limited to 'Doc/lib/libregex.tex')
-rw-r--r-- | Doc/lib/libregex.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libregex.tex b/Doc/lib/libregex.tex index 291e96f..bd86db5 100644 --- a/Doc/lib/libregex.tex +++ b/Doc/lib/libregex.tex @@ -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}. |