Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.10] gh-101777: Make PriorityQueue docs slightly clearer (GH-102026) #102107

Merged
merged 1 commit into from
Feb 21, 2023

Commits on Feb 21, 2023

  1. pythongh-101777: Make PriorityQueue docs slightly clearer (pythonGH…

    …-102026)
    
    Adjust wording slightly, and use min(entries) instead of
    sorted(list(entries))[0] as an example.
    (cherry picked from commit 350ba7c)
    
    Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
    OTheDev authored and miss-islington committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    c30d39c View commit details
    Browse the repository at this point in the history