File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ msgid ""
10
10
msgstr ""
11
11
"Project-Id-Version : Python 3.12\n "
12
12
"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 "
14
14
"PO-Revision-Date : 2024-05-06 17:06+0800\n "
15
15
"Last-Translator : KNChiu <y9760210@gmail.com>\n "
16
16
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -2423,8 +2423,9 @@ msgstr ""
2423
2423
"`shutil`。"
2424
2424
2425
2425
#: ../../library/functions.rst:1443
2426
+ #, fuzzy
2426
2427
msgid ""
2427
- "Raises an :ref:`auditing event <auditing>` ``open`` with arguments ``file ``, "
2428
+ "Raises an :ref:`auditing event <auditing>` ``open`` with arguments ``path ``, "
2428
2429
"``mode``, ``flags``."
2429
2430
msgstr ""
2430
2431
"引發一個附帶引數 ``file``、``model``、``flags`` 的\\ :ref:`稽核事件 "
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ msgid ""
10
10
msgstr ""
11
11
"Project-Id-Version : Python 3.12\n "
12
12
"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 "
14
14
"PO-Revision-Date : 2022-10-16 06:03+0800\n "
15
15
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
16
16
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -2729,8 +2729,8 @@ msgstr ""
2729
2729
2730
2730
#: ../../library/unittest.rst:2311
2731
2731
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` ."
2734
2734
msgstr ""
2735
2735
2736
2736
#: ../../library/unittest.rst:2314
You can’t perform that action at this time.
0 commit comments