]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101777: Make `PriorityQueue` docs slightly clearer (#102026)
authorOwain Davies <116417456+OTheDev@users.noreply.github.com>
Tue, 21 Feb 2023 10:24:33 +0000 (17:24 +0700)
committerGitHub <noreply@github.com>
Tue, 21 Feb 2023 10:24:33 +0000 (11:24 +0100)
commit350ba7c07f8983537883e093c5c623287a2a22e5
tree34a41e1ba90a111ddf0e77ae7019989ffcee2972
parent0f7a9725300e750947159409abbf5722a4a79f8b
gh-101777: Make `PriorityQueue` docs slightly clearer (#102026)

Adjust wording slightly, and use min(entries) instead of
sorted(list(entries))[0] as an example.
Doc/library/queue.rst