Skip to content

Commit afd2361

Browse files
sync with cpython b0ef8b4f
1 parent 7c4266b commit afd2361

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

library/functools.po

Lines changed: 6 additions & 5 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-08-01 00:29+0000\n"
10+
"POT-Creation-Date: 2026-08-03 00:30+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-"
@@ -699,10 +699,11 @@ msgstr ""
699699

700700
#: ../../library/functools.rst:392
701701
msgid ""
702-
"If :func:`!partial` is applied to an existing :func:`!partial` object, :data:"
703-
"`!Placeholder` sentinels of the input object are filled in with new "
704-
"positional arguments. A placeholder can be retained by inserting a new :data:"
705-
"`!Placeholder` sentinel to the place held by a previous :data:`!Placeholder`:"
702+
"If :func:`!partial` is applied to an existing :ref:`partial object <partial-"
703+
"objects>`, :data:`!Placeholder` sentinels of the input object are filled in "
704+
"with new positional arguments. A placeholder can be retained by inserting a "
705+
"new :data:`!Placeholder` sentinel to the place held by a previous :data:`!"
706+
"Placeholder`:"
706707
msgstr ""
707708

708709
#: ../../library/functools.rst:398

0 commit comments

Comments
 (0)