[Python-checkins] python/dist/src/Doc/lib libre.tex,1.73.6.12,1.73.6.13

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 13 Nov 2002 09:47:56 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv27409

Modified Files:
      Tag: release22-maint
	libre.tex 
Log Message:
Fix broken markup.
Closes SF bug #637807.


Index: libre.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libre.tex,v
retrieving revision 1.73.6.12
retrieving revision 1.73.6.13
diff -C2 -d -r1.73.6.12 -r1.73.6.13
*** libre.tex	13 Nov 2002 15:53:23 -0000	1.73.6.12
--- libre.tex	13 Nov 2002 17:47:53 -0000	1.73.6.13
***************
*** 794,798 ****
  
  \begin{methoddesc}[MatchObject]{start}{\optional{group}}
! \funcline{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
--- 794,798 ----
  
  \begin{methoddesc}[MatchObject]{start}{\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