diff --git a/Doc/library/heapq.rst b/Doc/library/heapq.rst index a6b9ba2710c..fcaf28d6684 100644 --- a/Doc/library/heapq.rst +++ b/Doc/library/heapq.rst @@ -16,7 +16,7 @@ as the priority queue algorithm. .. seealso:: Latest version of the `heapq Python source code - `_ + `_ Heaps are binary trees for which every parent node has a value less than or equal to any of its children. This implementation uses arrays for which