zap incorrect statement about formatting parameters and the dialect
registry.
This commit is contained in:
parent
4c07516c43
commit
8aad764890
|
@ -184,9 +184,7 @@ Formatting Parameters
|
|||
---------------------
|
||||
|
||||
Both the reader and writer constructors take several specific
|
||||
formatting parameters, specified as keyword parameters. The
|
||||
parameters are also the keys for the input and output mapping objects
|
||||
for the register_dialect() and get_dialect() module functions.
|
||||
formatting parameters, specified as keyword parameters.
|
||||
|
||||
- ``quotechar`` specifies a one-character string to use as the quoting
|
||||
character. It defaults to '"'. Setting this to None has the same
|
||||
|
|
Loading…
Reference in New Issue