[Python-checkins] commit of r41840 - python/trunk/Doc/lib/libcsv.tex

skip.montanaro python-checkins at python.org
Wed Dec 28 16:57:00 CET 2005


Author: skip.montanaro
Date: Wed Dec 28 16:56:58 2005
New Revision: 41840

Modified:
   python/trunk/Doc/lib/libcsv.tex
Log:
typo

Modified: python/trunk/Doc/lib/libcsv.tex
==============================================================================
--- python/trunk/Doc/lib/libcsv.tex	(original)
+++ python/trunk/Doc/lib/libcsv.tex	Wed Dec 28 16:56:58 2005
@@ -196,7 +196,7 @@
 The \class{Sniffer} class is used to deduce the format of a CSV file.
 \end{classdesc}
 
-The \class{Sniffer} class provides a single method:
+The \class{Sniffer} class provides two methods:
 
 \begin{methoddesc}{sniff}{sample\optional{,delimiters=None}}
 Analyze the given \var{sample} and return a \class{Dialect} subclass


More information about the Python-checkins mailing list