[Python-checkins] r46822 - python/branches/release24-maint/Doc/lib/libcsv.tex
skip.montanaro
python-checkins at python.org
Sat Jun 10 18:46:02 CEST 2006
Author: skip.montanaro
Date: Sat Jun 10 18:46:02 2006
New Revision: 46822
Modified:
python/branches/release24-maint/Doc/lib/libcsv.tex
Log:
backport wording fix
Modified: python/branches/release24-maint/Doc/lib/libcsv.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/libcsv.tex (original)
+++ python/branches/release24-maint/Doc/lib/libcsv.tex Sat Jun 10 18:46:02 2006
@@ -174,7 +174,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