diff options
-rw-r--r-- | Doc/lib/libcsv.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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} |