@@ -10,7 +10,7 @@ msgid ""
10
10
msgstr ""
11
11
"Project-Id-Version :Python 3.13\n "
12
12
"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 "
14
14
"PO-Revision-Date :2024-01-22 21:42+0800\n "
15
15
"Last-Translator :Matt Wang <mattwang44@gmail.com>\n "
16
16
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -1225,13 +1225,14 @@ msgstr ""
1225
1225
"值對序列轉換為包含 list 之字典:"
1226
1226
1227
1227
#: ../../library/collections.rst:784
1228
+ #, fuzzy
1228
1229
msgid ""
1229
1230
"When each key is encountered for the first time, it is not already in the "
1230
1231
"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 "
1233
1234
"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 "
1235
1236
"list. This technique is simpler and faster than an equivalent technique "
1236
1237
"using :meth:`dict.setdefault`:"
1237
1238
msgstr ""