Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c1f5c74

Browse files
committed
fix: fix rST
1 parent 8838a8d commit c1f5c74

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

library/unittest.mock.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgstr ""
77
"Project-Id-Version: Python 3.12\n"
88
"Report-Msgid-Bugs-To: \n"
99
"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"
1111
"Last-Translator: Adrian Liaw <[email protected]>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1313
"tw)\n"
@@ -1387,8 +1387,9 @@ msgid ""
13871387
"the class is instantiated in the code under test then it will be the :attr:"
13881388
"`~Mock.return_value` of the mock that will be used."
13891389
msgstr ""
1390-
"Patch 一個類別會以 :class:`MagicMock` *實例*取代該類別。 如果該類別在被測試的"
1391-
"程式碼中實例化,那麼它將是會被使用的 mock 的 :attr:`~Mock.return_value`。"
1390+
"Patch 一個類別會以 :class:`MagicMock`\\ *實例*\\ 取代該類別。如果該類別在被"
1391+
"測試的程式碼中實例化,那麼它將是會被使用的 mock 的 :attr:`~Mock."
1392+
"return_value`。"
13921393

13931394
#: ../../library/unittest.mock.rst:1429
13941395
msgid ""

0 commit comments

Comments
 (0)