From 339865e98aaa14e8654e2cb4f0d36d9f3d868e3e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 13 Nov 2002 17:47:53 +0000 Subject: [PATCH] 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 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). -- 2.47.3