From: Skip Montanaro Date: Wed, 4 Jun 2003 15:30:13 +0000 (+0000) Subject: QUOTE_ALWAYS -> QUOTE_ALL X-Git-Tag: v2.3c1~537 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1045567e01027b3a1b531181329cb11fae7d9f0;p=python QUOTE_ALWAYS -> QUOTE_ALL --- diff --git a/Doc/lib/libcsv.tex b/Doc/lib/libcsv.tex index a287ba8c9d..ca2744102e 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}