From: Fred Drake Date: Wed, 13 Nov 2002 17:48:15 +0000 (+0000) Subject: Fix broken markup. X-Git-Tag: v2.3c1~3447 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5a173efbf5419a0f2c21a9b9c55d41271582a64;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 ddeee2afeda5..d48b1b8dcdef 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -782,7 +782,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).