We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca2ee2 commit e73dde7Copy full SHA for e73dde7
library/unittest.mock-examples.po
@@ -292,7 +292,7 @@ msgid ""
292
"Whatever the function returns is what the call returns:"
293
msgstr ""
294
"對於更進階的使用案例,例如根據 mock 被呼叫的內容動態變更回傳值,"
295
-"``side_effect`` 可以是一個函式。該函式會使用與 mock 相同的引數被呼叫。函式回"
+"可以將 ``side_effect`` 設成一個函式。該函式會使用與 mock 相同的引數被呼叫。函式回"
296
"傳的內容就會是呼叫回傳的內容:"
297
298
#: ../../library/unittest.mock-examples.rst:281
0 commit comments