Update uheapq.rst

Erratum in froh.
pull/993/head
inaugurator 2014-11-28 01:26:08 +02:00 zatwierdzone przez Damien George
rodzic fbea810043
commit 9aae41121b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)