@@ -7,7 +7,7 @@ msgstr ""
77"Project-Id-Version :Python 3.12\n "
88"Report-Msgid-Bugs-To :\n "
99"POT-Creation-Date :2023-12-16 00:03+0000\n "
10- "PO-Revision-Date :2024-01-11 22:13 +0800\n "
10+ "PO-Revision-Date :2024-01-12 08:51 +0800\n "
1111"Last-Translator :Adrian Liaw <adrianliaw2000@gmail.com>\n "
1212"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
1313"tw)\n "
@@ -16,7 +16,7 @@ msgstr ""
1616"Content-Type :text/plain; charset=UTF-8\n "
1717"Content-Transfer-Encoding :8bit\n "
1818"Plural-Forms :nplurals=1; plural=0;\n "
19- "X-Generator :Poedit 3.4.1 \n "
19+ "X-Generator :Poedit 3.4.2 \n "
2020
2121#: ../../library/unittest.mock.rst:3
2222msgid ":mod:`unittest.mock` --- mock object library"
@@ -1024,7 +1024,7 @@ msgid ""
10241024"Calls made to the object will be recorded in the attributes like :attr:"
10251025"`~Mock.call_args` and :attr:`~Mock.call_args_list`."
10261026msgstr ""
1027- "物件的呼叫會被記錄在如 :attr:`~Mock.call_args` 和 :attr:`~Mock."
1027+ "對物件的呼叫會被記錄在如 :attr:`~Mock.call_args` 和 :attr:`~Mock."
10281028"call_args_list` 等屬性中。"
10291029
10301030#: ../../library/unittest.mock.rst:1115
@@ -1081,7 +1081,7 @@ msgid ""
10811081"exhausted and a :exc:`StopIteration` is raised):"
10821082msgstr ""
10831083":attr:`side_effect` 也可以是任何可疊代的物件。對 mock 的重複呼叫將從可疊代物"
1084- "件中回傳值(直到疊代物件耗盡並引發 :exc:`StopIteration`異常為止 ):"
1084+ "件中回傳值(直到疊代物件耗盡並引發 :exc:`StopIteration`為止 ):"
10851085
10861086#: ../../library/unittest.mock.rst:1202
10871087msgid ""