Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f9865 commit 148eb6aCopy full SHA for 148eb6a
1 file changed
Modules/_csv.c
@@ -1434,7 +1434,8 @@ PyDoc_STRVAR(csv_module_doc,
1434
" field contains either the quotechar or the delimiter\n"
1435
" csv.QUOTE_ALL means that quotes are always placed around fields.\n"
1436
" csv.QUOTE_NONNUMERIC means that quotes are always placed around\n"
1437
-" fields which contain characters other than [+-0-9.].\n"
+" fields which do not parse as integers or floating point\n"
1438
+" numbers.\n"
1439
" csv.QUOTE_NONE means that quotes are never placed around fields.\n"
1440
" * escapechar - specifies a one-character string used to escape \n"
1441
" the delimiter when quoting is set to QUOTE_NONE.\n"
0 commit comments