Skip to content

Commit dde7b1f

Browse files
committed
docs: add back a heapq translation which was accidentally deleted
1 parent 80e1d32 commit dde7b1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/heapq.po

+2
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ msgid ""
188188
"to ``sorted(itertools.chain(*iterables), reverse=True)``, all iterables must "
189189
"be sorted from largest to smallest."
190190
msgstr ""
191+
"*reverse* 是一個布林值。如果設定為 ``True`` ,那輸入的元素被 merge 時每一個比"
192+
"較結果都是相反的。"
191193

192194
#: ../../library/heapq.rst:107
193195
msgid "Added the optional *key* and *reverse* parameters."

0 commit comments

Comments
 (0)