commit | 350ba7c07f8983537883e093c5c623287a2a22e5 | [log] [tgz] |
---|---|---|
author | Owain Davies <116417456+OTheDev@users.noreply.github.com> | Tue Feb 21 17:24:33 2023 +0700 |
committer | GitHub <noreply@github.com> | Tue Feb 21 11:24:33 2023 +0100 |
tree | 34a41e1ba90a111ddf0e77ae7019989ffcee2972 | |
parent | 0f7a9725300e750947159409abbf5722a4a79f8b [diff] |
gh-101777: Make `PriorityQueue` docs slightly clearer (#102026) Adjust wording slightly, and use min(entries) instead of sorted(list(entries))[0] as an example.