@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2023-09-09 00:03+0000\n "
11
- "PO-Revision-Date : 2024-01-20 23:25 +0800\n "
11
+ "PO-Revision-Date : 2024-01-22 21:50 +0800\n "
12
12
"
Last-Translator :
Liang-Bo Wang <[email protected] >\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
14
"tw)\n "
@@ -467,8 +467,8 @@ msgid ""
467
467
"argument (or :func:`patch.object` with two arguments). The mock will be "
468
468
"created for you and passed into the test function / method:"
469
469
msgstr ""
470
- "如果你想使用一個 mock 進行 patch,你可以使用僅帶有一個引數的 :func:`patch`/ "
471
- "(或帶有兩個引數的 :func:`patch.object`/ )。Mock 將被建立並被傳遞到測試函"
470
+ "如果你想使用一個 mock 進行 patch,你可以使用僅帶有一個引數的 :func:`patch`\\ "
471
+ "(或帶有兩個引數的 :func:`patch.object`\\ )。Mock 將被建立並被傳遞到測試函"
472
472
"式 / 方法中:"
473
473
474
474
#: ../../library/unittest.mock-examples.rst:471
@@ -547,7 +547,7 @@ msgid ""
547
547
"This means that you can see how the object returned from a call to a mocked "
548
548
"object has been used by interrogating the ``return_value`` mock:"
549
549
msgstr ""
550
- "這代表你可以透過訊問 (interrogate) / ``return_value`` mock 來了解一個對被 "
550
+ "這代表你可以透過訊問 (interrogate) \\ ``return_value`` mock 來了解一個對被 "
551
551
"mock 的物件的呼叫回傳的物件是如何被使用的:"
552
552
553
553
#: ../../library/unittest.mock-examples.rst:545
0 commit comments