Use symbolic constants for quoting parameter rather than a string.
This commit is contained in:
parent
bfa7197b40
commit
c9f7daf85b
|
@ -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::
|
||||
|
|
Loading…
Reference in New Issue