mirror of
https://github.com/python/cpython.git
synced 2026-01-21 22:59:06 +00:00
Fix closes Issue12722 - link heapq source in the text format in the documentation.
This commit is contained in:
parent
3ea5224c43
commit
ea75f4cf3b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ as the priority queue algorithm.
|
|||
.. seealso::
|
||||
|
||||
Latest version of the `heapq Python source code
|
||||
<http://svn.python.org/view/python/branches/release27-maint/Lib/heapq.py?view=markup>`_
|
||||
<http://svn.python.org/view/*checkout*/python/branches/release27-maint/Lib/heapq.py?content-type=text%2Fplain>`_
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue