diff --git a/docs/library/uheapq.rst b/docs/library/uheapq.rst index 59b52e5521..c17dac0675 100644 --- a/docs/library/uheapq.rst +++ b/docs/library/uheapq.rst @@ -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)