Skip to content

Commit 4c1df09

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython a8536102
1 parent 9075367 commit 4c1df09

File tree

5 files changed

+303
-285
lines changed

5 files changed

+303
-285
lines changed

library/collections.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Python 3.13\n"
1212
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2024-09-28 00:13+0000\n"
13+
"POT-Creation-Date: 2024-12-03 00:15+0000\n"
1414
"PO-Revision-Date: 2024-01-22 21:42+0800\n"
1515
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1616
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1225,13 +1225,14 @@ msgstr ""
12251225
"值對序列轉換為包含 list 之字典:"
12261226

12271227
#: ../../library/collections.rst:784
1228+
#, fuzzy
12281229
msgid ""
12291230
"When each key is encountered for the first time, it is not already in the "
12301231
"mapping; so an entry is automatically created using the :attr:`~defaultdict."
1231-
"default_factory` function which returns an empty :class:`list`. The :meth:"
1232-
"`list.append` operation then attaches the value to the new list. When keys "
1232+
"default_factory` function which returns an empty :class:`list`. The :meth:`!"
1233+
"list.append` operation then attaches the value to the new list. When keys "
12331234
"are encountered again, the look-up proceeds normally (returning the list for "
1234-
"that key) and the :meth:`list.append` operation adds another value to the "
1235+
"that key) and the :meth:`!list.append` operation adds another value to the "
12351236
"list. This technique is simpler and faster than an equivalent technique "
12361237
"using :meth:`dict.setdefault`:"
12371238
msgstr ""

0 commit comments

Comments
 (0)