From 796878de0d7800e7d87cdbc2569dd71bcd378981 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Sat, 10 Jun 2006 16:46:02 +0000 Subject: [PATCH] backport wording fix --- Doc/lib/libcsv.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libcsv.tex b/Doc/lib/libcsv.tex index cac39bcf280d..436faadbb529 100644 --- a/Doc/lib/libcsv.tex +++ b/Doc/lib/libcsv.tex @@ -174,7 +174,7 @@ attributes, which are used to define the parameters for a specific 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 -- 2.47.3