From: Georg Brandl Date: Sun, 1 Apr 2007 21:39:52 +0000 (+0000) Subject: Another fix. X-Git-Tag: v2.6a1~1894 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8e8df2e63f7f5276c0bf857719943e06da5b680;p=thirdparty%2FPython%2Fcpython.git Another fix. --- diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 84e382d0f9a9..a0b8b514f2f5 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).