X Tutup
The Wayback Machine - https://web.archive.org/web/20250623185442/https://github.com/python/cpython/pull/31329
Skip to content

[3.10] bpo-46747: Add missing key parameters in the bisect docs (GH-31323) #31329

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

Merged
merged 1 commit into from
Feb 14, 2022

Conversation

sweeneyde
Copy link
Member

@sweeneyde sweeneyde commented Feb 14, 2022

Added key parameter to bisect.bisect() and bisect.insort() in bisect module docs.
(cherry picked from commit 96084f4)

Co-authored-by: Zackery Spytz zspytz@gmail.com

https://bugs.python.org/issue46747

Automerge-Triggered-By: GH:sweeneyde

…onGH-31323)

Added *key* parameter to `bisect.bisect()` and `bisect.insort()` in bisect module docs.
(cherry picked from commit 96084f4)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
X Tutup