From 9aae41121bf0fd8036300c154daafb061546de52 Mon Sep 17 00:00:00 2001 From: inaugurator Date: Fri, 28 Nov 2014 01:26:08 +0200 Subject: [PATCH] Update uheapq.rst Erratum in froh. --- docs/library/uheapq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)