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 @@ -31,7 +31,7 @@ msgstr "此 :c:type:`PyObject` 子型別代表 Python 元組物件"
3131msgid ""
3232"This instance of :c:type:`PyTypeObject` represents the Python tuple type; it "
3333"is the same object as :class:`tuple` in the Python layer."
34- msgstr "此 :ctype :`PyTypeObject` 實例代表 Python 元組型別,與 Python layer 中的"
34+ msgstr "此 :c:type :`PyTypeObject` 實例代表 Python 元組型別,與 Python layer 中的"
3535" :class:`tuple` 是同一物件"
3636
3737#: ../../c-api/tuple.rst:24
@@ -171,7 +171,7 @@ msgstr "可用於調整元組的大小。*newsize* 將是元組的新長度。
171171"*不要* 使用此方法。最終元組總會變大或縮小。可以將其理解為銷毀舊元組並建立一個新元組,"
172172"只是有著更高的效率。成功時回傳 ``0``。客戶端程式碼絕不應假設 ``*p`` 的結果值與呼叫此函數"
173173"之前的值相同。如果 ``*p`` 參照的物件被替換,則原始的 ``*p`` 將被銷毀。失敗時,傳回 ``-1``,"
174- "並將 ``*p`` 設定為 ``NULL``,並拋出 ` :exc:`MemoryError` 或 ` :exc:`SystemError` 例外。"
174+ "並將 ``*p`` 設定為 ``NULL``,並拋出 :exc:`MemoryError` 或 :exc:`SystemError` 例外。"
175175
176176#: ../../c-api/tuple.rst:136
177177msgid "Struct Sequence Objects"
You can’t perform that action at this time.
0 commit comments