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 @@ -642,8 +642,8 @@ msgid ""
642
642
"is any keyword arguments (or an empty dictionary)."
643
643
msgstr ""
644
644
"這會是 ``None``(如果 mock 尚未被呼叫),或是 mock 上次被呼叫時使用的引數。這"
645
- "將以元組的形式呈現:第一個構件 (member),其可以通過 ``args`` 屬性訪問,是 "
646
- "mock 被呼叫時傳遞的所有有序引數(或一個空元組)。第二個構件 ,其可以通過 "
645
+ "將以元組的形式呈現:第一個成員 (member),其可以通過 ``args`` 屬性訪問,是 "
646
+ "mock 被呼叫時傳遞的所有有序引數(或一個空元組)。第二個成員 ,其可以通過 "
647
647
"``kwargs`` 屬性訪問,是所有關鍵字引數(或一個空字典)。"
648
648
649
649
#: ../../library/unittest.mock.rst:646
@@ -654,7 +654,7 @@ msgid ""
654
654
"make more complex assertions. See :ref:`calls as tuples <calls-as-tuples>`."
655
655
msgstr ""
656
656
":attr:`call_args`,以及串列 :attr:`call_args_list`、:attr:`method_calls` 和 :"
657
- "attr:`mock_calls` 的構件都是 :data:`call` 物件。這些都是元組,因此可以解包以"
657
+ "attr:`mock_calls` 的成員都是 :data:`call` 物件。這些都是元組,因此可以解包以"
658
658
"獲取各個引數並進行更複雜的斷言。參見 :ref:`calls as tuples <calls-as-"
659
659
"tuples>`。"
660
660
You can’t perform that action at this time.
0 commit comments