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 3326e2f

Browse filesBrowse files
Update library/heapq.po
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
1 parent fd12376 commit 3326e2f
Copy full SHA for 3326e2f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎library/heapq.po

Copy file name to clipboardExpand all lines: library/heapq.po
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ msgid ""
204204
"example, ``key=str.lower``). Equivalent to: ``sorted(iterable, key=key, "
205205
"reverse=True)[:n]``."
206206
msgstr ""
207-
"回傳一個包含資料 *iterable* 中前 *n* 大元素的 list 。如果有指定 *key* 參數,"
207+
"回傳一個包含資料 *iterable* 中前 *n* 大元素的 list 。如果有指定 *key* 引數,"
208208
"*key* 會是只有一個引數的函式,用來從每一個在 *iterable* 中的元素提取一個比較"
209209
"的依據(例如 ``key=str.lower`` )。效果相當於 ``sorted(iterable, key=key, "
210210
"reverse=True)[:n]`` 。"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.