diff options
author | Fred Drake <fdrake@acm.org> | 2002-11-13 17:48:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-11-13 17:48:15 (GMT) |
commit | a5a173efbf5419a0f2c21a9b9c55d41271582a64 (patch) | |
tree | 9e9625cf6391c14e943651d747fdede6bc4a3dbd /Doc | |
parent | 77628658ca71260d2a69bbb7f35f3f6e5df796be (diff) | |
download | cpython-a5a173efbf5419a0f2c21a9b9c55d41271582a64.zip cpython-a5a173efbf5419a0f2c21a9b9c55d41271582a64.tar.gz cpython-a5a173efbf5419a0f2c21a9b9c55d41271582a64.tar.bz2 |
Fix broken markup.
Closes SF bug #637807.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libre.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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). |