@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2023-07-22 00:04+0000\n "
11
- "PO-Revision-Date : 2023-09-07 23:34 +0800\n "
11
+ "PO-Revision-Date : 2023-09-09 23:07 +0800\n "
12
12
"
Last-Translator :
Adrian Liaw <[email protected] >\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
14
"tw)\n "
@@ -305,8 +305,8 @@ msgid ""
305
305
"arguments as the mock, and unless it returns :data:`DEFAULT`, the return "
306
306
"value of this function is used as the return value."
307
307
msgstr ""
308
- "*side_effect*:每當呼叫 Mock 時要呼叫的函式。 參見 :attr:`~Mock.side_effect` "
309
- "屬性。 用於引發例外或動態變更回傳值。該函式使用與 mock 相同的引數呼叫,且除非"
308
+ "*side_effect*:每當呼叫 Mock 時要呼叫的函式, 參見 :attr:`~Mock.side_effect` "
309
+ "屬性, 用於引發例外或動態變更回傳值。該函式使用與 mock 相同的引數呼叫,且除非"
310
310
"它回傳 :data:`DEFAULT`,否則此函式的回傳值將用作回傳值。"
311
311
312
312
#: ../../library/unittest.mock.rst:254
@@ -376,8 +376,8 @@ msgid ""
376
376
"*name*: If the mock has a name then it will be used in the repr of the mock. "
377
377
"This can be useful for debugging. The name is propagated to child mocks."
378
378
msgstr ""
379
- "*name*:如果 mock 有一個名稱,那麼它會被用於 mock 的 repr(表示形式)。這對於 "
380
- "除錯很有用。 此名稱將被傳播到子 mocks。"
379
+ "*name*:如果 mock 有一個名稱,那麼它會被用於 mock 的 repr。這對於除錯很有用。 "
380
+ "此名稱將被傳播到子 mocks。"
381
381
382
382
#: ../../library/unittest.mock.rst:287
383
383
msgid ""
0 commit comments