[Python-checkins] python/dist/src/Doc/lib libcsv.tex,1.5,1.6

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Wed, 04 Jun 2003 08:30:16 -0700


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

Modified Files:
	libcsv.tex 
Log Message:
QUOTE_ALWAYS -> QUOTE_ALL


Index: libcsv.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcsv.tex,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** libcsv.tex	19 May 2003 15:33:36 -0000	1.5
--- libcsv.tex	4 Jun 2003 15:30:13 -0000	1.6
***************
*** 175,179 ****
  The \module{csv} module defines the following constants:
  
! \begin{datadesc}{QUOTE_ALWAYS}
  Instructs \class{writer} objects to quote all fields.
  \end{datadesc}
--- 175,179 ----
  The \module{csv} module defines the following constants:
  
! \begin{datadesc}{QUOTE_ALL}
  Instructs \class{writer} objects to quote all fields.
  \end{datadesc}