We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64df54c commit ecf161cCopy full SHA for ecf161c
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