summaryrefslogtreecommitdiff
path: root/docs/library
diff options
context:
space:
mode:
authorinaugurator <inaugurator@users.noreply.github.com>2014-11-28 01:26:08 +0200
committerDamien George <damien.p.george@gmail.com>2014-11-28 17:32:29 +0000
commit9aae41121bf0fd8036300c154daafb061546de52 (patch)
tree949ab08b7b9334376f18cd0ea84bb8cf6bca6c1b /docs/library
parentfbea8100432abbdfde3d866d5bea1d8b4f87d217 (diff)
Update uheapq.rst
Erratum in froh.
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/uheapq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/uheapq.rst b/docs/library/uheapq.rst
index 59b52e552..c17dac067 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)