Skip to content

Commit 7b55837

Browse files
mattwang44ken71301
andauthored
Apply suggestions from code review
Co-authored-by: Payon <[email protected]>
1 parent 0f765ac commit 7b55837

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

c-api/perfmaps.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ msgid ""
4545
"In Python, these helper APIs can be used by libraries and features that rely "
4646
"on generating machine code on the fly."
4747
msgstr ""
48-
"在 Python 中,這些輔助 API 可供依賴運行期間 (on the fly) 產生機器碼的函式庫和"
49-
"功能使用。"
48+
"在 Python 中,這些輔助 API 可以被依賴於運行期間 (on the fly) 產生機器碼的函式庫和"
49+
"功能所使用。"
5050

5151
#: ../../c-api/perfmaps.rst:19
5252
msgid ""
@@ -75,7 +75,7 @@ msgid ""
7575
"information about the cause of a failure."
7676
msgstr ""
7777
"建立/打開 perf map 檔案成功時回傳 ``0``,失敗時回傳 ``-1``,建立鎖時失敗則回"
78-
"傳 ``-2``。檢查 ``errno`` 以獲取造成失敗的資訊。"
78+
"傳 ``-2``。檢查 ``errno`` 以獲取更多造成失敗的資訊。"
7979

8080
#: ../../c-api/perfmaps.rst:35
8181
msgid ""
@@ -92,8 +92,8 @@ msgid ""
9292
"same error codes as :c:func:`PyUnstable_PerfMapState_Init` on failure."
9393
msgstr ""
9494
"如果尚未開啟 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` 失敗時相同的錯誤碼。"
9797

9898
#: ../../c-api/perfmaps.rst:47
9999
msgid ""

0 commit comments

Comments
 (0)