Skip to content

Commit 9e99152

Browse files
PayonAbyssken71301
authored andcommitted
fix: fix some words
1 parent 0cdb204 commit 9e99152

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/unittest.mock.po

Lines changed: 4 additions & 4 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:13+0800\n"
10+
"PO-Revision-Date: 2024-01-12 08:51+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"
@@ -16,7 +16,7 @@ msgstr ""
1616
"Content-Type: text/plain; charset=UTF-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Plural-Forms: nplurals=1; plural=0;\n"
19-
"X-Generator: Poedit 3.4.1\n"
19+
"X-Generator: Poedit 3.4.2\n"
2020

2121
#: ../../library/unittest.mock.rst:3
2222
msgid ":mod:`unittest.mock` --- mock object library"
@@ -1024,7 +1024,7 @@ msgid ""
10241024
"Calls made to the object will be recorded in the attributes like :attr:"
10251025
"`~Mock.call_args` and :attr:`~Mock.call_args_list`."
10261026
msgstr ""
1027-
"物件的呼叫會被記錄在如 :attr:`~Mock.call_args` 和 :attr:`~Mock."
1027+
"對物件的呼叫會被記錄在如 :attr:`~Mock.call_args` 和 :attr:`~Mock."
10281028
"call_args_list` 等屬性中。"
10291029

10301030
#: ../../library/unittest.mock.rst:1115
@@ -1081,7 +1081,7 @@ msgid ""
10811081
"exhausted and a :exc:`StopIteration` is raised):"
10821082
msgstr ""
10831083
":attr:`side_effect` 也可以是任何可疊代的物件。對 mock 的重複呼叫將從可疊代物"
1084-
"件中回傳值(直到疊代物件耗盡並引發 :exc:`StopIteration` 異常為止):"
1084+
"件中回傳值(直到疊代物件耗盡並引發 :exc:`StopIteration` 為止):"
10851085

10861086
#: ../../library/unittest.mock.rst:1202
10871087
msgid ""

0 commit comments

Comments
 (0)