7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.11\n "
9
9
"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 "
11
11
"PO-Revision-Date : 2018-05-23 16:14+0000\n "
12
12
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"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:"
357
357
msgstr ""
358
358
359
359
#: ../../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."
361
361
msgstr ""
362
362
363
363
#: ../../library/unittest.mock.rst:411
@@ -371,7 +371,7 @@ msgid ""
371
371
msgstr ""
372
372
373
373
#: ../../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 ."
375
375
msgstr ""
376
376
377
377
#: ../../library/unittest.mock.rst:425
@@ -1658,8 +1658,8 @@ msgstr ""
1658
1658
msgid ""
1659
1659
"``__prepare__``, ``__instancecheck__``, ``__subclasscheck__``, ``__del__``"
1660
1660
msgstr ""
1661
- "``__prepare__``\\ 、\\ ``__instancecheck__``\\ 、\\ ``__subclasscheck__`` "
1662
- "\\ 、\\ ``__del__``"
1661
+ "``__prepare__``\\ 、\\ ``__instancecheck__``\\ 、\\ "
1662
+ "``__subclasscheck__`` \\ 、\\ ``__del__``"
1663
1663
1664
1664
#: ../../library/unittest.mock.rst:2050
1665
1665
msgid "Magic Mock"
@@ -1938,9 +1938,9 @@ msgstr ""
1938
1938
1939
1939
#: ../../library/unittest.mock.rst:2248
1940
1940
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 "
1944
1944
"constructing the sequence of calls can be tedious."
1945
1945
msgstr ""
1946
1946
0 commit comments