File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ msgstr ""
7
7
"Project-Id-Version : Python 3.12\n "
8
8
"Report-Msgid-Bugs-To : \n "
9
9
"POT-Creation-Date : 2023-12-16 00:03+0000\n "
10
- "PO-Revision-Date : 2024-01-11 22:08 +0800\n "
10
+ "PO-Revision-Date : 2024-01-11 22:13 +0800\n "
11
11
"
Last-Translator :
Adrian Liaw <[email protected] >\n "
12
12
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
13
13
"tw)\n "
@@ -1387,8 +1387,9 @@ msgid ""
1387
1387
"the class is instantiated in the code under test then it will be the :attr:"
1388
1388
"`~Mock.return_value` of the mock that will be used."
1389
1389
msgstr ""
1390
- "Patch 一個類別會以 :class:`MagicMock` *實例*取代該類別。 如果該類別在被測試的"
1391
- "程式碼中實例化,那麼它將是會被使用的 mock 的 :attr:`~Mock.return_value`。"
1390
+ "Patch 一個類別會以 :class:`MagicMock`\\ *實例*\\ 取代該類別。如果該類別在被"
1391
+ "測試的程式碼中實例化,那麼它將是會被使用的 mock 的 :attr:`~Mock."
1392
+ "return_value`。"
1392
1393
1393
1394
#: ../../library/unittest.mock.rst:1429
1394
1395
msgid ""
You can’t perform that action at this time.
0 commit comments