Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 93bae2f

Browse filesBrowse files
committed
fix(c-api/dict): update based on changes from cpython syncing
1 parent 0c84161 commit 93bae2f
Copy full SHA for 93bae2f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed

‎c-api/dict.po

Copy file name to clipboardExpand all lines: c-api/dict.po
+2-4Lines changed: 2 additions & 4 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.