Skip to content

Commit b1b4698

Browse files
sync with cpython 2e216728
1 parent a375623 commit b1b4698

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

c-api/codec.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.14\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-10-27 00:16+0000\n"
10+
"POT-Creation-Date: 2025-10-28 00:14+0000\n"
1111
"PO-Revision-Date: 2023-07-24 17:51+0000\n"
1212
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -73,11 +73,12 @@ msgid "Generic codec based decoding API."
7373
msgstr "基於泛用編解碼器的解碼 API。"
7474

7575
#: ../../c-api/codec.rst:39
76+
#, fuzzy
7677
msgid ""
7778
"*object* is passed through the decoder function found for the given "
7879
"*encoding* using the error handling method defined by *errors*. *errors* "
7980
"may be ``NULL`` to use the default method defined for the codec. Raises a :"
80-
"exc:`LookupError` if no encoder can be found."
81+
"exc:`LookupError` if no decoder can be found."
8182
msgstr ""
8283
"*object* 被傳遞給以給定 *encoding* 所查找到的解碼器函式,並使用以 *errors* 定"
8384
"義的錯誤處理方法。*errors* 可以設為 ``NULL`` 來使用編解碼器定義的預設方法。如"

0 commit comments

Comments
 (0)