]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46747: Add missing key parameters in the bisect docs (GH-31323)
authorZackery Spytz <zspytz@gmail.com>
Mon, 14 Feb 2022 16:16:49 +0000 (08:16 -0800)
committerGitHub <noreply@github.com>
Mon, 14 Feb 2022 16:16:49 +0000 (11:16 -0500)
commit96084f4256d2d523b0a4d7d900322b032326e3ed
tree580e417418a6545ce8dd24300fce5539b19c32dd
parent0ade875ebe0d83709ec338616d6abe439c81f29b
bpo-46747: Add missing key parameters in the bisect docs (GH-31323)

Added *key* parameter to `bisect.bisect()` and `bisect.insort()` in bisect module docs.
Doc/library/bisect.rst