Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78e2c98 + 676d7aa commit eaaedcdCopy full SHA for eaaedcd
1 file changed
Doc/library/heapq.rst
@@ -246,7 +246,7 @@ A nice feature of this sort is that you can efficiently insert new items while
246
the sort is going on, provided that the inserted items are not "better" than the
247
last 0'th element you extracted. This is especially useful in simulation
248
contexts, where the tree holds all incoming events, and the "win" condition
249
-means the smallest scheduled time. When an event schedule other events for
+means the smallest scheduled time. When an event schedules other events for
250
execution, they are scheduled into the future, so they can easily go into the
251
heap. So, a heap is a good structure for implementing schedulers (this is what
252
I used for my MIDI sequencer :-).
0 commit comments