Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 148eb6a

Browse files
author
Skip Montanaro
committed
doc nit
1 parent 89f9865 commit 148eb6a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Modules/_csv.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,8 @@ PyDoc_STRVAR(csv_module_doc,
14341434
" field contains either the quotechar or the delimiter\n"
14351435
" csv.QUOTE_ALL means that quotes are always placed around fields.\n"
14361436
" csv.QUOTE_NONNUMERIC means that quotes are always placed around\n"
1437-
" fields which contain characters other than [+-0-9.].\n"
1437+
" fields which do not parse as integers or floating point\n"
1438+
" numbers.\n"
14381439
" csv.QUOTE_NONE means that quotes are never placed around fields.\n"
14391440
" * escapechar - specifies a one-character string used to escape \n"
14401441
" the delimiter when quoting is set to QUOTE_NONE.\n"

0 commit comments

Comments
 (0)