Skip to content

Commit 756869b

Browse files
authored
Apply suggestions from code review
1 parent f9ad800 commit 756869b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extending/embedding.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ msgid ""
394394
"a Python script, such as:"
395395
msgstr ""
396396
"此程式碼使用 ``argv[1]`` 載入 Python 腳本,並呼叫 ``argv[2]`` 中所指定的函式。"
397-
"其整數引數則來自 ``argv`` 陣列中的其他值。如果你\\ :ref:`編譯並連結 <compiling>` 此"
397+
"其整數引數則來自 ``argv`` 陣列中的其他值。如果你\\ :ref:`編譯並連結 <compiling>`\\ 此"
398398
"程式(我們稱完成的可執行檔為 :program:`call`),並用它來執行 Python 腳本,"
399399
"例如:"
400400

@@ -563,7 +563,7 @@ msgid ""
563563
"the following two statements before the call to :c:func:`Py_Initialize`::"
564564
msgstr ""
565565
"在 :c:func:`main` 函式的正上方插入上述程式碼。同時,在呼叫 :c:func:"
566-
"`Py_Initialize` 之前插入以下兩個陳述式:::"
566+
"`Py_Initialize` 之前插入以下兩個陳述式: ::"
567567

568568
#: ../../extending/embedding.rst:270
569569
msgid ""

0 commit comments

Comments
 (0)