Skip to content

Commit f21072e

Browse files
committed
library/functions.po: small fixes
1 parent 7a2530c commit f21072e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/functions.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Project-Id-Version: Python 3.12\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"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"
1414
"Last-Translator: KNChiu <y9760210@gmail.com>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1616
"tw)\n"
@@ -1162,8 +1162,8 @@ msgid ""
11621162
"Raises an :ref:`auditing event <auditing>` ``exec`` with the code object as "
11631163
"the argument. Code compilation events may also be raised."
11641164
msgstr ""
1165-
"引發一個附帶引數 ``code_object`` 的\\ :ref:`稽核事件 <auditing>` ``exec``。"
1166-
"可能會引發 code compilation 事件。"
1165+
"引發一個附帶程式碼物件為引數的\\:ref:`稽核事件 <auditing>` ``exec``。也可能會"
1166+
"引發程式碼編譯事件。"
11671167

11681168
#: ../../library/functions.rst:580
11691169
msgid ""
@@ -1465,8 +1465,8 @@ msgid ""
14651465
"For objects with custom :meth:`~object.__hash__` methods, note that :func:"
14661466
"`hash` truncates the return value based on the bit width of the host machine."
14671467
msgstr ""
1468-
"對於自訂的物件 :meth:`__hash__ <object.__hash__>` methods,注意 :func:`hash` "
1469-
"根據執行機器的位元長度來擷取回傳值。"
1468+
"請注意,如果物件實現了自己的 :meth:`__hash__ <object.__hash__>` 方法, :func:"
1469+
"`hash`將根據運行機器的位元長度來截斷回傳值。"
14701470

14711471
#: ../../library/functions.rst:805
14721472
msgid ""

0 commit comments

Comments
 (0)