Kaydet (Commit) 648e7257 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix typo

üst 0e833c32
...@@ -151,7 +151,7 @@ for a heap, and it presents several implementation challenges: ...@@ -151,7 +151,7 @@ for a heap, and it presents several implementation challenges:
* Tuple comparison breaks for (priority, task) pairs if the priorities are equal * Tuple comparison breaks for (priority, task) pairs if the priorities are equal
and the tasks do not have a default comparison order. and the tasks do not have a default comparison order.
* If the priority of a task changes, how do you move it to a new posistion in * If the priority of a task changes, how do you move it to a new position in
the heap? the heap?
* Or if a pending task needs to be deleted, how do you find it and remove it * Or if a pending task needs to be deleted, how do you find it and remove it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment