diff options
author | Raymond Hettinger <python@rcn.com> | 2003-08-12 00:01:16 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-08-12 00:01:16 (GMT) |
commit | f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8 (patch) | |
tree | 6667383056e26f936e5e3951429bf7d757c634e0 /Doc/lib/libre.tex | |
parent | c83124ab793a28c8995ff381d5867604c60bc07f (diff) | |
download | cpython-f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8.zip cpython-f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8.tar.gz cpython-f17d65da3a16f2a61805ca4c77f2515ba0a2e0b8.tar.bz2 |
SF patch#786531 'the the' typo. Contributed by George Yoshida
Diffstat (limited to 'Doc/lib/libre.tex')
-rw-r--r-- | Doc/lib/libre.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 4f1bf88..a78fbc3 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -740,7 +740,7 @@ Without arguments, \var{group1} defaults to zero (the whole match is returned). If a \var{groupN} argument 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. If a +the string matching the corresponding parenthesized group. If a group number is negative or larger than the number of groups defined in the pattern, an \exception{IndexError} exception is raised. If a group is contained in a part of the pattern that did not match, |