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.
1 parent 224a599 commit 676d7aaCopy full SHA for 676d7aa
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