[Python-checkins] python/dist/src/Doc/lib libcgi.tex,1.37,1.38

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri, 23 Aug 2002 14:19:56 -0700


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

Modified Files:
	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.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** libcgi.tex	21 Aug 2002 19:24:21 -0000	1.37
--- libcgi.tex	23 Aug 2002 21:19:53 -0000	1.38
***************
*** 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}