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 66msgstr ""
77"Project-Id-Version : Python 3.13\n "
88"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 "
1010"PO-Revision-Date : 2023-11-08 15:06+0800\n "
1111"Last-Translator : RockLeon <therockleona@gmail.com>\n "
1212"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -963,6 +963,7 @@ msgid ""
963963msgstr "稍微進階的讀取器用法 -- 擷取及回報錯誤: ::"
964964
965965#: ../../library/csv.rst:604
966+ #, fuzzy
966967msgid ""
967968"import csv, sys\n"
968969"filename = 'some.csv'\n"
@@ -972,7 +973,7 @@ msgid ""
972973" for row in reader:\n"
973974" print(row)\n"
974975" 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}' )"
976977msgstr ""
977978"import csv, sys\n"
978979"filename = 'some.csv'\n"
You can’t perform that action at this time.
0 commit comments