mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
Update uheapq.rst
Erratum in froh.
This commit is contained in:
committed by
Damien George
parent
fbea810043
commit
9aae41121b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user