We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3326e2f commit 428cf51Copy full SHA for 428cf51
library/heapq.po
@@ -217,7 +217,7 @@ msgid ""
217
"example, ``key=str.lower``). Equivalent to: ``sorted(iterable, key=key)[:"
218
"n]``."
219
msgstr ""
220
-"回傳一個包含資料 *iterable* 中前 *n* 小元素的 list 。如果有指定 *key* 參數,"
+"回傳一個包含資料 *iterable* 中前 *n* 小元素的 list 。如果有指定 *key* 引數,"
221
"*key* 會是只有一個引數的函式,用來從每一個在 *iterable* 中的元素提取一個比較"
222
"的依據(例如 ``key=str.lower`` )。效果相當於 ``sorted(iterable, key=key)[:"
223
"n]`` 。"
0 commit comments