]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
doc nit
authorSkip Montanaro <skip@pobox.com>
Tue, 2 Dec 2003 19:00:44 +0000 (19:00 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 2 Dec 2003 19:00:44 +0000 (19:00 +0000)
Modules/_csv.c

index 89b0a0dce0220f7ec1c517d57175762ac1d294cb..077416c4a16705912518cdf9663810d166941f90 100644 (file)
@@ -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"