Skip to content

Commit 8c4ac24

Browse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython 001584da
1 parent 8eca0d2 commit 8c4ac24

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

library/functions.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Python 3.12\n"
1212
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2024-06-08 00:03+0000\n"
13+
"POT-Creation-Date: 2024-07-19 01:06+0000\n"
1414
"PO-Revision-Date: 2024-05-06 17:06+0800\n"
1515
"Last-Translator: KNChiu <y9760210@gmail.com>\n"
1616
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2423,8 +2423,9 @@ msgstr ""
24232423
"`shutil`。"
24242424

24252425
#: ../../library/functions.rst:1443
2426+
#, fuzzy
24262427
msgid ""
2427-
"Raises an :ref:`auditing event <auditing>` ``open`` with arguments ``file``, "
2428+
"Raises an :ref:`auditing event <auditing>` ``open`` with arguments ``path``, "
24282429
"``mode``, ``flags``."
24292430
msgstr ""
24302431
"引發一個附帶引數 ``file``、``model``、``flags`` 的\\ :ref:`稽核事件 "

library/unittest.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Python 3.12\n"
1212
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
13+
"POT-Creation-Date: 2024-07-19 01:06+0000\n"
1414
"PO-Revision-Date: 2022-10-16 06:03+0800\n"
1515
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1616
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2729,8 +2729,8 @@ msgstr ""
27292729

27302730
#: ../../library/unittest.rst:2311
27312731
msgid ""
2732-
"Calling ``main`` actually returns an instance of the ``TestProgram`` class. "
2733-
"This stores the result of the tests run as the ``result`` attribute."
2732+
"Calling ``main`` returns an object with the ``result`` attribute that "
2733+
"contains the result of the tests run as a :class:`unittest.TestResult`."
27342734
msgstr ""
27352735

27362736
#: ../../library/unittest.rst:2314

0 commit comments

Comments
 (0)