summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcsv.tex
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2005-12-28 15:56:58 (GMT)
committerSkip Montanaro <skip@pobox.com>2005-12-28 15:56:58 (GMT)
commit8bdaac7f95205cdae2ffddff3d3ca773f188cc30 (patch)
treeab19cfbdda9510959a8031b72e1704fad5fdec80 /Doc/lib/libcsv.tex
parent91bb70c5c07c2e73535638df2baadb302d9d71d2 (diff)
downloadcpython-8bdaac7f95205cdae2ffddff3d3ca773f188cc30.zip
cpython-8bdaac7f95205cdae2ffddff3d3ca773f188cc30.tar.gz
cpython-8bdaac7f95205cdae2ffddff3d3ca773f188cc30.tar.bz2
typo
Diffstat (limited to 'Doc/lib/libcsv.tex')
-rw-r--r--Doc/lib/libcsv.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcsv.tex b/Doc/lib/libcsv.tex
index 2816203..86d1025 100644
--- a/Doc/lib/libcsv.tex
+++ b/Doc/lib/libcsv.tex
@@ -196,7 +196,7 @@ Excel-generated TAB-delimited file.
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