Skip to content

Commit 5bd759a

Browse files
javadbaartemisart
authored andcommitted
Reformat a comment line to be within 79 chars Tox/pep8 limits
1 parent 7ae3ad0 commit 5bd759a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fn/immutable/heap.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ class PairingHeap(_MergeBased):
132132
133133
More information about performance bounds you can find here:
134134
"The Pairing Heap: A New Form of Self-Adjusting Heap"
135-
[1] http://www.cs.cmu.edu/afs/cs.cmu.edu/user/sleator/www/papers/pairing-heaps.pdf
135+
[1]
136+
http://www.cs.cmu.edu/afs/cs.cmu.edu/user/sleator/www/papers/pairing-heaps.pdf
136137
137138
More general information on Wikipedia:
138139
[2] http://en.wikipedia.org/wiki/Pairing_heap

0 commit comments

Comments
 (0)