]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add a couple missing items
authorSkip Montanaro <skip@pobox.com>
Wed, 5 Jan 2005 06:58:15 +0000 (06:58 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 5 Jan 2005 06:58:15 +0000 (06:58 +0000)
Doc/lib/libcsv.tex

index cac39bcf280df1d279b9af353371d3d565f5050a..9f9449b43c5d5dfdd9ef113402e094e3849c67dc 100644 (file)
@@ -170,6 +170,16 @@ attributes, which are used to define the parameters for a specific
 \class{reader} or \class{writer} instance.
 \end{classdesc*}
 
+\begin{classdesc}{excel}{}
+The \class{excel} class defines the usual properties of an Excel-generated
+CSV file.
+\end{classdesc}
+
+\begin{classdesc}{excel_tab}{}
+The \class{excel_tab} class defines the usual properties of an
+Excel-generated TAB-delimited file.
+\end{classdesc}
+
 \begin{classdesc}{Sniffer}{}
 The \class{Sniffer} class is used to deduce the format of a CSV file.
 \end{classdesc}