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 @@ -45,8 +45,8 @@ msgid ""
45
45
"In Python, these helper APIs can be used by libraries and features that rely "
46
46
"on generating machine code on the fly."
47
47
msgstr ""
48
- "在 Python 中,這些輔助 API 可供依賴運行期間 (on the fly) 產生機器碼的函式庫和"
49
- "功能使用 。"
48
+ "在 Python 中,這些輔助 API 可以被依賴於運行期間 (on the fly) 產生機器碼的函式庫和"
49
+ "功能所使用 。"
50
50
51
51
#: ../../c-api/perfmaps.rst:19
52
52
msgid ""
@@ -75,7 +75,7 @@ msgid ""
75
75
"information about the cause of a failure."
76
76
msgstr ""
77
77
"建立/打開 perf map 檔案成功時回傳 ``0``,失敗時回傳 ``-1``,建立鎖時失敗則回"
78
- "傳 ``-2``。檢查 ``errno`` 以獲取造成失敗的資訊 。"
78
+ "傳 ``-2``。檢查 ``errno`` 以獲取更多造成失敗的資訊 。"
79
79
80
80
#: ../../c-api/perfmaps.rst:35
81
81
msgid ""
@@ -92,8 +92,8 @@ msgid ""
92
92
"same error codes as :c:func:`PyUnstable_PerfMapState_Init` on failure."
93
93
msgstr ""
94
94
"如果尚未開啟 perf map 檔案,將在寫入條目之前呼叫 :c:func:"
95
- "`PyUnstable_PerfMapState_Init`。成功時回傳 ``0``,失敗時傳回與 :c:func:"
96
- "`PyUnstable_PerfMapState_Init` 相同的錯誤碼 。"
95
+ "`PyUnstable_PerfMapState_Init`。成功時回傳 ``0``,失敗時回傳與 :c:func:"
96
+ "`PyUnstable_PerfMapState_Init` 失敗時相同的錯誤碼 。"
97
97
98
98
#: ../../c-api/perfmaps.rst:47
99
99
msgid ""
You can’t perform that action at this time.
0 commit comments