File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ msgid ""
135135"in :ref:`debug mode <debug-build>` or :option:`with assertions <--with-"
136136"assertions>`."
137137msgstr ""
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``."
201201msgstr ""
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
You can’t perform that action at this time.
0 commit comments