Skip to content

Commit 01b318a

Browse files
committed
Remove inaccurate MIDI sequencer reference from heapq docs
Address review feedback: the parenthetical claimed a MIDI sequencer exists in the standard library, which it does not. Drop the reference and keep the sentence concise.
1 parent b819b29 commit 01b318a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/library/heapq.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,7 @@ last 0'th element you extracted. This is especially useful in simulation
377377
contexts, where the tree holds all incoming events, and the "win" condition
378378
means the smallest scheduled time. When an event schedules other events for
379379
execution, they are scheduled into the future, so they can easily go into the
380-
heap. So, a heap is a good structure for implementing schedulers (this is what
381-
was used for the MIDI sequencer in the standard library).
380+
heap. So, a heap is a good structure for implementing schedulers.
382381

383382
Various structures for implementing schedulers have been extensively studied,
384383
and heaps are good for this, as they are reasonably speedy, the speed is almost

0 commit comments

Comments
 (0)