Skip to content

Commit 0a41fd2

Browse files
authored
Apply suggestions from code review
1 parent db21a0a commit 0a41fd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c-api/list.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ msgid ""
135135
"in :ref:`debug mode <debug-build>` or :option:`with assertions <--with-"
136136
"assertions>`."
137137
msgstr ""
138-
"如果 Python 是以 :ref:`debug mode <debug-build>` 或 "
138+
"如果 Python 是以\\ :ref:`偵錯模式 <debug-build>`\\ 或 "
139139
":option:`with assertions <--with-assertions>` 建置,則會進行作為"
140140
"斷言(asserting)的邊界檢查。"
141141

@@ -199,7 +199,7 @@ msgid ""
199199
"``PyList_SetSlice(list, PY_SSIZE_T_MAX, PY_SSIZE_T_MAX, iterable)`` and "
200200
"analogous to ``list.extend(iterable)`` or ``list += iterable``."
201201
msgstr ""
202-
" *iterable* 中的內容擴展至 *list*。這與 ``PyList_SetSlice(list, "
202+
" *iterable* 中的內容擴展 *list*。這與 ``PyList_SetSlice(list, "
203203
"PY_SSIZE_T_MAX, PY_SSIZE_T_MAX, iterable)`` 相同,類似於 "
204204
"``list.extend(iterable)`` 或 ``list += iterable``。"
205205

0 commit comments

Comments
 (0)