Skip to content

Commit 9aadfd1

Browse files
sync with cpython 5f25707a
1 parent 119b5b9 commit 9aadfd1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

library/functools.po

Lines changed: 5 additions & 4 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: 2026-02-07 00:19+0000\n"
10+
"POT-Creation-Date: 2026-03-08 00:18+0000\n"
1111
"PO-Revision-Date: 2024-05-11 16:02+0800\n"
1212
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -34,8 +34,8 @@ msgid ""
3434
"act on or return other functions. In general, any callable object can be "
3535
"treated as a function for the purposes of this module."
3636
msgstr ""
37-
":mod:`!functools` 模組用於高階函式:作用於或回傳其他函式的函式。一般來說,任何"
38-
"可呼叫物件都可以被視為用於此模組的函式。"
37+
":mod:`!functools` 模組用於高階函式:作用於或回傳其他函式的函式。一般來說,"
38+
"何可呼叫物件都可以被視為用於此模組的函式。"
3939

4040
#: ../../library/functools.rst:27
4141
msgid "The :mod:`!functools` module defines the following functions:"
@@ -337,10 +337,11 @@ msgstr ""
337337
"如 *str* 和 *int* 可能會被單獨快取起來,即使 *typed* 為 false。)"
338338

339339
#: ../../library/functools.rst:191
340+
#, fuzzy
340341
msgid ""
341342
"Note, type specificity applies only to the function's immediate arguments "
342343
"rather than their contents. The scalar arguments, ``Decimal(42)`` and "
343-
"``Fraction(42)`` are be treated as distinct calls with distinct results. In "
344+
"``Fraction(42)`` are treated as distinct calls with distinct results. In "
344345
"contrast, the tuple arguments ``('answer', Decimal(42))`` and ``('answer', "
345346
"Fraction(42))`` are treated as equivalent."
346347
msgstr ""

0 commit comments

Comments
 (0)