File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1198,7 +1198,7 @@ msgid ""
1198
1198
"As you can see the ``import fooble`` succeeds, but on exit there is no "
1199
1199
"'fooble' left in :data:`sys.modules`."
1200
1200
msgstr ""
1201
- "如你所建 ,``import fooble`` 成功了,但在離開之後,:data:`sys.modules` 中就沒"
1201
+ "如你所見 ,``import fooble`` 成功了,但在離開之後,:data:`sys.modules` 中就沒"
1202
1202
"有 'fooble' 了。"
1203
1203
1204
1204
#: ../../library/unittest.mock-examples.rst:1169
@@ -1261,7 +1261,7 @@ msgid ""
1261
1261
"data:`call` object). If that sequence of calls are in :attr:`~Mock."
1262
1262
"mock_calls` then the assert succeeds."
1263
1263
msgstr ""
1264
- "如果進行了多次呼叫,但你只對其中特定呼叫的序列感興趣,則可以是使用 :meth:"
1264
+ "如果進行了多次呼叫,但你只對其中特定呼叫的序列感興趣,則可以使用 :meth:"
1265
1265
"`~Mock.assert_has_calls` 方法。這需要一個呼叫串列(使用 :data:`call` 物件建"
1266
1266
"構)。如果該呼叫序列位於 :attr:`~Mock.mock_calls` 中,則斷言成功。"
1267
1267
@@ -1280,7 +1280,7 @@ msgid ""
1280
1280
"about the order. In this case you can pass ``any_order=True`` to "
1281
1281
"``assert_has_calls``:"
1282
1282
msgstr ""
1283
- "有時,可能會對一個 mock 進行多次呼叫,而你只對斷言其中\\ *某些*\\ 感興趣 。你"
1283
+ "有時可能會對一個 mock 進行多次呼叫,而你只對斷言其中\\ *某些*\\ 呼叫感興趣 。你"
1284
1284
"甚至可能不關心順序。在這種情況下,你可以將 ``any_order=True`` 傳遞給 "
1285
1285
"``assert_has_calls``:"
1286
1286
You can’t perform that action at this time.
0 commit comments