[Python-checkins] python/nondist/sandbox/csv libcsv.tex,1.3,1.4

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Wed, 05 Feb 2003 20:50:12 -0800


Update of /cvsroot/python/python/nondist/sandbox/csv
In directory sc8-pr-cvs1:/tmp/cvs-serv30062

Modified Files:
	libcsv.tex 
Log Message:
add missing \subsection{}


Index: libcsv.tex
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/csv/libcsv.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** libcsv.tex	3 Feb 2003 06:25:30 -0000	1.3
--- libcsv.tex	6 Feb 2003 04:50:10 -0000	1.4
***************
*** 34,37 ****
--- 34,39 ----
  preprocessing the data returned from a {}\code{cursor.fetch*()} call.
  
+ \subsection{Module Contents}
+ 
  The \module{csv} module defines the following classes.