File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ msgstr ""
10
10
"Project-Id-Version : Python 3.12\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
12
"POT-Creation-Date : 2024-02-26 00:03+0000\n "
13
- "PO-Revision-Date : 2024-04-25 13:41 +0800\n "
13
+ "PO-Revision-Date : 2024-04-25 15:10 +0800\n "
14
14
"Last-Translator : KNChiu <y9760210@gmail.com>\n "
15
15
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
16
16
"tw)\n "
@@ -1162,8 +1162,8 @@ msgid ""
1162
1162
"Raises an :ref:`auditing event <auditing>` ``exec`` with the code object as "
1163
1163
"the argument. Code compilation events may also be raised."
1164
1164
msgstr ""
1165
- "引發一個附帶引數 ``code_object`` 的 \\ :ref:`稽核事件 <auditing>` ``exec``。也 "
1166
- "可能會引發 code compilation 事件 。"
1165
+ "引發一個附帶程式碼物件為引數的 \\ :ref:`稽核事件 <auditing>` ``exec``。也可能會 "
1166
+ "引發程式碼編譯事件 。"
1167
1167
1168
1168
#: ../../library/functions.rst:580
1169
1169
msgid ""
@@ -1465,8 +1465,8 @@ msgid ""
1465
1465
"For objects with custom :meth:`~object.__hash__` methods, note that :func:"
1466
1466
"`hash` truncates the return value based on the bit width of the host machine."
1467
1467
msgstr ""
1468
- "對於自訂的物件 :meth:`__hash__ <object.__hash__>` methods,注意 :func:`hash` "
1469
- "根據執行機器的位元長度來擷取回傳值 。"
1468
+ "請注意,如果物件實現了自己的 :meth:`__hash__ <object.__hash__>` 方法, :func:"
1469
+ "`hash`將根據運行機器的位元長度來截斷回傳值 。"
1470
1470
1471
1471
#: ../../library/functions.rst:805
1472
1472
msgid ""
You can’t perform that action at this time.
0 commit comments