[Python-checkins] python/dist/src/Doc/lib libcgi.tex,1.35.4.2,1.35.4.3

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri, 23 Aug 2002 14:20:13 -0700


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

Modified Files:
      Tag: release22-maint
	libcgi.tex 
Log Message:
Fix typo reported to python-docs.


Index: libcgi.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcgi.tex,v
retrieving revision 1.35.4.2
retrieving revision 1.35.4.3
diff -C2 -d -r1.35.4.2 -r1.35.4.3
*** libcgi.tex	21 Aug 2002 19:24:43 -0000	1.35.4.2
--- libcgi.tex	23 Aug 2002 21:20:11 -0000	1.35.4.3
***************
*** 405,409 ****
  true, the double-quote character (\character{"}) is also translated;
  this helps for inclusion in an HTML attribute value, as in \code{<A
! HREF="...">}.  If the value to be qouted might include single- or
  double-quote characters, or both, consider using the
  \function{quoteattr()} function in the \refmodule{xml.sax.saxutils}
--- 405,409 ----
  true, the double-quote character (\character{"}) is also translated;
  this helps for inclusion in an HTML attribute value, as in \code{<A
! HREF="...">}.  If the value to be quoted might include single- or
  double-quote characters, or both, consider using the
  \function{quoteattr()} function in the \refmodule{xml.sax.saxutils}