File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
msgstr ""
7
7
"Project-Id-Version : Python 3.13\n "
8
8
"Report-Msgid-Bugs-To : \n "
9
- "POT-Creation-Date : 2025-06-03 00:16 +0000\n "
9
+ "POT-Creation-Date : 2025-06-10 00:17 +0000\n "
10
10
"PO-Revision-Date : 2023-11-08 15:06+0800\n "
11
11
"Last-Translator : RockLeon <therockleona@gmail.com>\n "
12
12
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -963,6 +963,7 @@ msgid ""
963
963
msgstr "稍微進階的讀取器用法 -- 擷取及回報錯誤: ::"
964
964
965
965
#: ../../library/csv.rst:604
966
+ #, fuzzy
966
967
msgid ""
967
968
"import csv, sys\n"
968
969
"filename = 'some.csv'\n"
@@ -972,7 +973,7 @@ msgid ""
972
973
" for row in reader:\n"
973
974
" print(row)\n"
974
975
" except csv.Error as e:\n"
975
- " sys.exit('file {}, line {}: {}'.format(filename, reader.line_num, e) )"
976
+ " sys.exit(f 'file {filename }, line {reader.line_num }: {e}' )"
976
977
msgstr ""
977
978
"import csv, sys\n"
978
979
"filename = 'some.csv'\n"
You can’t perform that action at this time.
0 commit comments