Skip to content

Commit ecf161c

Browse files
committed
fix(c-api/dict): update based on changes from cpython syncing
1 parent 64df54c commit ecf161c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

c-api/dict.po

+2-4
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,16 @@ msgstr ""
3838
"class:`dict` 為同一個物件。"
3939

4040
#: ../../c-api/dict.rst:24
41-
#, fuzzy
4241
msgid ""
4342
"Return true if *p* is a dict object or an instance of a subtype of the dict "
4443
"type. This function always succeeds."
45-
msgstr "若 *p* 是一個字典物件或字典的子型態實例則會回傳 true。"
44+
msgstr "若 *p* 是一個字典物件或字典的子型態實例則會回傳 true。此函式每次都會執行成功。"
4645

4746
#: ../../c-api/dict.rst:30
48-
#, fuzzy
4947
msgid ""
5048
"Return true if *p* is a dict object, but not an instance of a subtype of the "
5149
"dict type. This function always succeeds."
52-
msgstr "若 *p* 是一個字典物件但並不是一個字典子型態的實例,則回傳 true。"
50+
msgstr "若 *p* 是一個字典物件但並不是一個字典子型態的實例,則回傳 true。此函式每次都會執行成功。"
5351

5452
#: ../../c-api/dict.rst:36
5553
#, fuzzy

0 commit comments

Comments
 (0)