We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent8838a8d commitc1f5c74Copy full SHA for c1f5c74
library/unittest.mock.po
@@ -7,7 +7,7 @@ msgstr ""
7
"Project-Id-Version:Python 3.12\n"
8
"Report-Msgid-Bugs-To:\n"
9
"POT-Creation-Date:2023-12-16 00:03+0000\n"
10
-"PO-Revision-Date:2024-01-11 22:08+0800\n"
+"PO-Revision-Date:2024-01-11 22:13+0800\n"
11
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
12
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
13
"tw)\n"
@@ -1387,8 +1387,9 @@ msgid ""
1387
"the class is instantiated in the code under test then it will be the :attr:"
1388
"`~Mock.return_value` of the mock that will be used."
1389
msgstr""
1390
-"Patch 一個類別會以 :class:`MagicMock` *實例*取代該類別。 如果該類別在被測試的"
1391
-"程式碼中實例化,那麼它將是會被使用的 mock 的 :attr:`~Mock.return_value`。"
+"Patch 一個類別會以 :class:`MagicMock`\\ *實例*\\ 取代該類別。如果該類別在被"
+"測試的程式碼中實例化,那麼它將是會被使用的 mock 的 :attr:`~Mock."
1392
+"return_value`。"
1393
1394
#:../../library/unittest.mock.rst:1429
1395
msgid""