Skip to content

Commit c1a9f28

Browse files
sync with cpython 857647fa
1 parent 60036b3 commit c1a9f28

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

library/csv.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
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 ""
963963
msgstr "稍微進階的讀取器用法 -- 擷取及回報錯誤: ::"
964964

965965
#: ../../library/csv.rst:604
966+
#, fuzzy
966967
msgid ""
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}')"
976977
msgstr ""
977978
"import csv, sys\n"
978979
"filename = 'some.csv'\n"

0 commit comments

Comments
 (0)