Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c84161 commit 93bae2fCopy full SHA for 93bae2f
c-api/dict.po
@@ -38,18 +38,16 @@ msgstr ""
38
"class:`dict` 為同一個物件。"
39
40
#: ../../c-api/dict.rst:24
41
-#, fuzzy
42
msgid ""
43
"Return true if *p* is a dict object or an instance of a subtype of the dict "
44
"type. This function always succeeds."
45
-msgstr "若 *p* 是一個字典物件或字典的子型態實例則會回傳 true。"
+msgstr "若 *p* 是一個字典物件或字典的子型態實例則會回傳 true。此函式每次都會執行成功。"
46
47
#: ../../c-api/dict.rst:30
48
49
50
"Return true if *p* is a dict object, but not an instance of a subtype of the "
51
"dict type. This function always succeeds."
52
-msgstr "若 *p* 是一個字典物件但並不是一個字典子型態的實例,則回傳 true。"
+msgstr "若 *p* 是一個字典物件但並不是一個字典子型態的實例,則回傳 true。此函式每次都會執行成功。"
53
54
#: ../../c-api/dict.rst:36
55
#, fuzzy
0 commit comments