mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
doc nit
This commit is contained in:
parent
89f9865b91
commit
148eb6a6b6
1 changed files with 2 additions and 1 deletions
|
@ -1434,7 +1434,8 @@ PyDoc_STRVAR(csv_module_doc,
|
|||
" field contains either the quotechar or the delimiter\n"
|
||||
" csv.QUOTE_ALL means that quotes are always placed around fields.\n"
|
||||
" csv.QUOTE_NONNUMERIC means that quotes are always placed around\n"
|
||||
" fields which contain characters other than [+-0-9.].\n"
|
||||
" fields which do not parse as integers or floating point\n"
|
||||
" numbers.\n"
|
||||
" csv.QUOTE_NONE means that quotes are never placed around fields.\n"
|
||||
" * escapechar - specifies a one-character string used to escape \n"
|
||||
" the delimiter when quoting is set to QUOTE_NONE.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue