[Python-checkins] python/dist/src/Doc/lib libhtmlparser.tex, 1.4, 1.5

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Dec 7 07:46:18 EST 2003


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

Modified Files:
	libhtmlparser.tex 
Log Message:
Fix double hyphen markup.

Index: libhtmlparser.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libhtmlparser.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** libhtmlparser.tex	25 Aug 2003 03:31:28 -0000	1.4
--- libhtmlparser.tex	7 Dec 2003 12:46:16 -0000	1.5
***************
*** 110,116 ****
  This method is called when a comment is encountered.  The
  \var{comment} argument is a string containing the text between the
! \samp{<!-\-} and \samp{-\->} delimiters, but not the delimiters
! themselves.  For example, the comment \samp{<!--text-->} will cause
! this method to be called with the argument \code{'text'}.  It is
  intended to be overridden by a derived class; the base class
  implementation does nothing.
--- 110,116 ----
  This method is called when a comment is encountered.  The
  \var{comment} argument is a string containing the text between the
! \samp{{-}{-}} and \samp{{-}{-}} delimiters, but not the delimiters
! themselves.  For example, the comment \samp{<!{-}{-}text{-}{-}>} will
! cause this method to be called with the argument \code{'text'}.  It is
  intended to be overridden by a derived class; the base class
  implementation does nothing.





More information about the Python-checkins mailing list