]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix broken markup.
authorFred Drake <fdrake@acm.org>
Wed, 13 Nov 2002 17:47:53 +0000 (17:47 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 13 Nov 2002 17:47:53 +0000 (17:47 +0000)
Closes SF bug #637807.

Doc/lib/libre.tex

index 6065a825c2b66d9e0d50b17e26fa6c020a85c0a4..e4d9dda97f48d5315d603bca416261689c973241 100644 (file)
@@ -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).