From: Fred Drake Date: Wed, 13 Nov 2002 17:47:53 +0000 (+0000) Subject: Fix broken markup. X-Git-Tag: v2.2.3c1~232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=339865e98aaa14e8654e2cb4f0d36d9f3d868e3e;p=thirdparty%2FPython%2Fcpython.git Fix broken markup. Closes SF bug #637807. --- diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 6065a825c2b6..e4d9dda97f48 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -793,7 +793,7 @@ used for groups that did not participate in the match; it defaults to \end{methoddesc} \begin{methoddesc}[MatchObject]{start}{\optional{group}} -\funcline{end}{\optional{group}} +\methodline{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).