@@ -7,7 +7,7 @@ msgstr ""
7
7
"Project-Id-Version : Python 3.12\n "
8
8
"Report-Msgid-Bugs-To : \n "
9
9
"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 "
11
11
"
Last-Translator :
Adrian Liaw <[email protected] >\n "
12
12
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
13
13
"tw)\n "
@@ -16,7 +16,7 @@ msgstr ""
16
16
"Content-Type : text/plain; charset=UTF-8\n "
17
17
"Content-Transfer-Encoding : 8bit\n "
18
18
"Plural-Forms : nplurals=1; plural=0;\n "
19
- "X-Generator : Poedit 3.4.1 \n "
19
+ "X-Generator : Poedit 3.4.2 \n "
20
20
21
21
#: ../../library/unittest.mock.rst:3
22
22
msgid ":mod:`unittest.mock` --- mock object library"
@@ -1024,7 +1024,7 @@ msgid ""
1024
1024
"Calls made to the object will be recorded in the attributes like :attr:"
1025
1025
"`~Mock.call_args` and :attr:`~Mock.call_args_list`."
1026
1026
msgstr ""
1027
- "物件的呼叫會被記錄在如 :attr:`~Mock.call_args` 和 :attr:`~Mock."
1027
+ "對物件的呼叫會被記錄在如 :attr:`~Mock.call_args` 和 :attr:`~Mock."
1028
1028
"call_args_list` 等屬性中。"
1029
1029
1030
1030
#: ../../library/unittest.mock.rst:1115
@@ -1081,7 +1081,7 @@ msgid ""
1081
1081
"exhausted and a :exc:`StopIteration` is raised):"
1082
1082
msgstr ""
1083
1083
":attr:`side_effect` 也可以是任何可疊代的物件。對 mock 的重複呼叫將從可疊代物"
1084
- "件中回傳值(直到疊代物件耗盡並引發 :exc:`StopIteration` 異常為止 ):"
1084
+ "件中回傳值(直到疊代物件耗盡並引發 :exc:`StopIteration` 為止 ):"
1085
1085
1086
1086
#: ../../library/unittest.mock.rst:1202
1087
1087
msgid ""
0 commit comments