Skip to content

Commit d0f95d1

Browse files
committed
fix: 修正member翻譯為成員
1 parent e392522 commit d0f95d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/unittest.mock.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,8 @@ msgid ""
642642
"is any keyword arguments (or an empty dictionary)."
643643
msgstr ""
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>`."
655655
msgstr ""
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

0 commit comments

Comments
 (0)