Update uheapq.rst

Erratum in froh.
This commit is contained in:
inaugurator 2014-11-28 01:26:08 +02:00 committed by Damien George
parent fbea810043
commit 9aae41121b

View File

@ -17,7 +17,7 @@ Functions
.. function:: heappop(heap)
Pop the first item froh the ``heap``, and return it. Raises IndexError if
Pop the first item from the ``heap``, and return it. Raises IndexError if
heap is empty.
.. function:: heapify(x)