SIGN IN SIGN UP

Docs: Add note regarding "reversed" flag in heapq.merge (#300)

The docs for `heapq.merge` are a little misleading. Iterables passed
into heapq.merge with the reversed flag enabled must be sorted from
largest to smallest to achieve the desired sorting effect, but the
previous paragraph states that they should be sorted from smallest
to largest.
A
Adam Niederer committed
b4e1b92aabcd302ac54fa58cd4fee8a138dbb5aa
Parent: 2a7bdda
Committed by Raymond Hettinger <rhettinger@users.noreply.github.com> on 3/5/2017, 4:56:05 PM