diff options
author | Georg Brandl <georg@python.org> | 2007-04-01 21:39:52 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-04-01 21:39:52 (GMT) |
commit | b8e8df2e63f7f5276c0bf857719943e06da5b680 (patch) | |
tree | dedd1a32400aee500656146d2a6e92062aee03e6 /Doc | |
parent | 4e9165d2dd15cd1766ae1286517a44f1620d3cbf (diff) | |
download | cpython-b8e8df2e63f7f5276c0bf857719943e06da5b680.zip cpython-b8e8df2e63f7f5276c0bf857719943e06da5b680.tar.gz cpython-b8e8df2e63f7f5276c0bf857719943e06da5b680.tar.bz2 |
Another fix.
Diffstat (limited to 'Doc')
-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 84e382d..a0b8b51 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -812,7 +812,7 @@ used for groups that did not participate in the match; it defaults to \end{methoddesc} \begin{methoddesc}[MatchObject]{start}{\optional{group}} -\methodline{end}{\optional{group}} +\methodline[MatchObject]{end}{\optional{group}} Return the indices of the start and end of the substring matched by \var{group}; \var{group} defaults to zero (meaning the whole matched substring). |