From a1045567e01027b3a1b531181329cb11fae7d9f0 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Wed, 4 Jun 2003 15:30:13 +0000 Subject: QUOTE_ALWAYS -> QUOTE_ALL --- 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 a287ba8..ca27441 100644 --- a/Doc/lib/libcsv.tex +++ b/Doc/lib/libcsv.tex @@ -174,7 +174,7 @@ headers. The \module{csv} module defines the following constants: -\begin{datadesc}{QUOTE_ALWAYS} +\begin{datadesc}{QUOTE_ALL} Instructs \class{writer} objects to quote all fields. \end{datadesc} -- cgit v0.12