From c9f7daf85b43b7aedefd642ad7a423769b51b58f Mon Sep 17 00:00:00 2001 From: Dave Cole Date: Thu, 30 Jan 2003 13:34:29 +0000 Subject: [PATCH] Use symbolic constants for quoting parameter rather than a string. --- pep-0305.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0305.txt b/pep-0305.txt index e1156b622..963a65a11 100644 --- a/pep-0305.txt +++ b/pep-0305.txt @@ -142,7 +142,7 @@ implemented as follows:: escapechar = None skipinitialspace = False lineterminator = '\r\n' - quoting = 'minimal' + quoting = QUOTE_MINIMAL An excel tab separated dialect can then be defined in user code as follows::