Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 421a0fb

Browse filesBrowse files
committed
fix: fix some rST
1 parent deff356 commit 421a0fb
Copy full SHA for 421a0fb

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎library/unittest.mock-examples.po

Copy file name to clipboardExpand all lines: library/unittest.mock-examples.po
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"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"
1212
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
@@ -467,8 +467,8 @@ msgid ""
467467
"argument (or :func:`patch.object` with two arguments). The mock will be "
468468
"created for you and passed into the test function / method:"
469469
msgstr ""
470-
"如果你想使用一個 mock 進行 patch,你可以使用僅帶有一個引數的 :func:`patch`/ "
471-
"(或帶有兩個引數的 :func:`patch.object`/ )。Mock 將被建立並被傳遞到測試函"
470+
"如果你想使用一個 mock 進行 patch,你可以使用僅帶有一個引數的 :func:`patch`\\ "
471+
"(或帶有兩個引數的 :func:`patch.object`\\ )。Mock 將被建立並被傳遞到測試函"
472472
"式 / 方法中:"
473473

474474
#: ../../library/unittest.mock-examples.rst:471
@@ -547,7 +547,7 @@ msgid ""
547547
"This means that you can see how the object returned from a call to a mocked "
548548
"object has been used by interrogating the ``return_value`` mock:"
549549
msgstr ""
550-
"這代表你可以透過訊問 (interrogate) / ``return_value`` mock 來了解一個對被 "
550+
"這代表你可以透過訊問 (interrogate) \\ ``return_value`` mock 來了解一個對被 "
551551
"mock 的物件的呼叫回傳的物件是如何被使用的:"
552552

553553
#: ../../library/unittest.mock-examples.rst:545

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.