Skip to content

Commit f92c760

Browse files
sync with cpython 01b21c32
1 parent 3c6b7aa commit f92c760

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

library/unittest.mock.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.11\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2022-10-15 20:43+0000\n"
10+
"POT-Creation-Date: 2023-02-13 19:36+0000\n"
1111
"PO-Revision-Date: 2018-05-23 16:14+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -357,7 +357,7 @@ msgid "The reset_mock method resets all the call attributes on a mock object:"
357357
msgstr ""
358358

359359
#: ../../library/unittest.mock.rst:408
360-
msgid "Added two keyword only argument to the reset_mock function."
360+
msgid "Added two keyword-only arguments to the reset_mock function."
361361
msgstr ""
362362

363363
#: ../../library/unittest.mock.rst:411
@@ -371,7 +371,7 @@ msgid ""
371371
msgstr ""
372372

373373
#: ../../library/unittest.mock.rst:419
374-
msgid "*return_value*, and :attr:`side_effect` are keyword only argument."
374+
msgid "*return_value*, and :attr:`side_effect` are keyword-only arguments."
375375
msgstr ""
376376

377377
#: ../../library/unittest.mock.rst:425
@@ -1658,8 +1658,8 @@ msgstr ""
16581658
msgid ""
16591659
"``__prepare__``, ``__instancecheck__``, ``__subclasscheck__``, ``__del__``"
16601660
msgstr ""
1661-
"``__prepare__``\\\\ ``__instancecheck__``\\\\ ``__subclasscheck__``"
1662-
"\\\\ ``__del__``"
1661+
"``__prepare__``\\\\ ``__instancecheck__``\\\\ "
1662+
"``__subclasscheck__``\\\\ ``__del__``"
16631663

16641664
#: ../../library/unittest.mock.rst:2050
16651665
msgid "Magic Mock"
@@ -1938,9 +1938,9 @@ msgstr ""
19381938

19391939
#: ../../library/unittest.mock.rst:2248
19401940
msgid ""
1941-
"``call_list`` is particularly useful for making assertions on \"chained calls"
1942-
"\". A chained call is multiple calls on a single line of code. This results "
1943-
"in multiple entries in :attr:`~Mock.mock_calls` on a mock. Manually "
1941+
"``call_list`` is particularly useful for making assertions on \"chained "
1942+
"calls\". A chained call is multiple calls on a single line of code. This "
1943+
"results in multiple entries in :attr:`~Mock.mock_calls` on a mock. Manually "
19441944
"constructing the sequence of calls can be tedious."
19451945
msgstr ""
19461946

0 commit comments

Comments
 (0)