]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101777: Make `PriorityQueue` docs slightly clearer (GH-102026)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Feb 2023 10:32:58 +0000 (02:32 -0800)
committerGitHub <noreply@github.com>
Tue, 21 Feb 2023 10:32:58 +0000 (02:32 -0800)
commitf94ffcf6182bbd70b458769e00bd66147dac4e41
treef6a246f434d04d38a2f6c4618db2c8e96b190ea6
parent5bc6927c68804c679583a17c13145619ebc44df5
gh-101777: Make `PriorityQueue` docs slightly clearer (GH-102026)

Adjust wording slightly, and use min(entries) instead of
sorted(list(entries))[0] as an example.
(cherry picked from commit 350ba7c07f8983537883e093c5c623287a2a22e5)

Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
Doc/library/queue.rst