summaryrefslogtreecommitdiff
path: root/docs/library
diff options
context:
space:
mode:
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)