From a5a173efbf5419a0f2c21a9b9c55d41271582a64 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 13 Nov 2002 17:48:15 +0000 Subject: Fix broken markup. Closes SF bug #637807. --- Doc/lib/libre.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index ddeee2a..d48b1b8 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). -- cgit v0.12