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 35df1a1 commit 73ec2adCopy full SHA for 73ec2ad
1 file changed
library/csv.po
@@ -121,6 +121,8 @@ msgid ""
121
"format option is specified (in which case unquoted fields are transformed "
122
"into floats)."
123
msgstr ""
124
+"csv 文件的每一行都读取为一个由字符串组成的列表。除非指定了 ``QUOTE_NONNUMERIC`` "
125
+"格式选项(在这种情况下,未加引号的字段会转换为浮点数),否则不会执行自动数据类型转换。"
126
127
#: ../../library/csv.rst:75 ../../library/csv.rst:105
128
#: ../../library/csv.rst:172 ../../library/csv.rst:208
0 commit comments