Skip to content

Commit 3006a24

Browse files
authored
Update c-api/tuple.po
1 parent 733c501 commit 3006a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c-api/tuple.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ msgstr ""
186186
"的,因此僅當物件只有一個參照時才應使用此方法。如果程式碼的其他部分已經知道該"
187187
"元組,則 *不要* 使用此方法。最終元組總會變大或縮小。可以將其理解為銷毀舊元組"
188188
"並建立一個新元組,只是有著更高的效率。成功時回傳 ``0``。用戶端程式碼絕不應假"
189-
"設 ``*p`` 的結果值與呼叫此函數之前的值相同。如果 ``*p`` 參照的物件被替換,則"
189+
"設 ``*p`` 的結果值與呼叫此函式之前的值相同。如果 ``*p`` 參照的物件被替換,則"
190190
"原始的 ``*p`` 將被銷毀。失敗時,回傳 ``-1``,並將 ``*p`` 設定為 ``NULL``,並"
191191
"引發 :exc:`MemoryError` 或 :exc:`SystemError` 例外。"
192192

0 commit comments

Comments
 (0)