diff options
Diffstat (limited to 'docs/library/heapq.rst')
-rw-r--r-- | docs/library/heapq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/heapq.rst b/docs/library/heapq.rst index 5e808d544a..673871c5fc 100644 --- a/docs/library/heapq.rst +++ b/docs/library/heapq.rst @@ -23,7 +23,7 @@ Functions Pop the first item from the ``heap``, and return it. Raise ``IndexError`` if ``heap`` is empty. - + The returned item will be the smallest item in the ``heap``. .. function:: heapify(x) |