Skip to content

Commit ee863a6

Browse files
Update c-api/slice.po
Co-authored-by: W. H. Wang <[email protected]>
1 parent 203b61b commit ee863a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c-api/slice.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ msgid ""
168168
"less than ``-PY_SSIZE_T_MAX`` to ``-PY_SSIZE_T_MAX``."
169169
msgstr ""
170170
"以 C 整數的形式從 slice 物件中抽取 start、stop 及 step 資料成員。將大於 "
171-
"`PY_SSIZE_T_MAX`` 的值靜默減少為 `PY_SSIZE_T_MAX``,將小於 `PY_SSIZE_T_MIN`` "
172-
"的 start 和 stop 值靜默提升為 `PY_SSIZE_T_MIN``,將小於 `-PY_SSIZE_T_MAX`` "
171+
"``PY_SSIZE_T_MAX`` 的值靜默減少為 ``PY_SSIZE_T_MAX``,將小於 ``PY_SSIZE_T_MIN`` "
172+
"的 start 和 stop 值靜默提升為 ``PY_SSIZE_T_MIN``,將小於 ``-PY_SSIZE_T_MAX`` "
173173
"的 step 值靜默提升為 ``-PY_SSIZE_T_MAX``。"
174174

175175
#: ../../c-api/slice.rst:100

0 commit comments

Comments
 (0)