Use symbolic constants for quoting parameter rather than a string.

This commit is contained in:
Dave Cole 2003-01-30 13:34:29 +00:00
parent bfa7197b40
commit c9f7daf85b
1 changed files with 1 additions and 1 deletions

View File

@ -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::