Skip to content

Commit a7c7cc7

Browse files
authored
Merge pull request #405 from CTHua/list
update: c-api/list.po
2 parents 7e06927 + b77bb6f commit a7c7cc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

c-api/list.po

+4
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,16 @@ msgid ""
3939
"Return true if *p* is a list object or an instance of a subtype of the list "
4040
"type. This function always succeeds."
4141
msgstr ""
42+
"如果 *p* 是一個 list 物件或者是 list 型別的子型別的實例,就回傳 true。這個函"
43+
"式永遠會成功執行。"
4244

4345
#: ../../c-api/list.rst:30
4446
msgid ""
4547
"Return true if *p* is a list object, but not an instance of a subtype of the "
4648
"list type. This function always succeeds."
4749
msgstr ""
50+
"如果 *p* 是一個 list 物件但不是 list 型別的子型別的實例,就回傳 true。這個函"
51+
"式永遠會成功執行。"
4852

4953
#: ../../c-api/list.rst:36
5054
msgid "Return a new list of length *len* on success, or ``NULL`` on failure."

0 commit comments

Comments
 (0)