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