mirror of
https://github.com/python/cpython.git
synced 2025-11-19 10:46:17 +00:00
add a couple missing items
This commit is contained in:
parent
f26285ce0b
commit
bb0c9dc852
1 changed files with 10 additions and 0 deletions
|
|
@ -170,6 +170,16 @@ attributes, which are used to define the parameters for a specific
|
||||||
\class{reader} or \class{writer} instance.
|
\class{reader} or \class{writer} instance.
|
||||||
\end{classdesc*}
|
\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}{}
|
\begin{classdesc}{Sniffer}{}
|
||||||
The \class{Sniffer} class is used to deduce the format of a CSV file.
|
The \class{Sniffer} class is used to deduce the format of a CSV file.
|
||||||
\end{classdesc}
|
\end{classdesc}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue