| commit | 841c77d802e9ee8845fa3152700474021efe03fd | [log] [tgz] |
|---|---|---|
| author | Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | Mon Feb 14 11:51:16 2022 -0500 |
| committer | GitHub <noreply@github.com> | Mon Feb 14 11:51:16 2022 -0500 |
| tree | bac4464f255107abf9f14c02cd8d2a7d87589223 | |
| parent | 6a7dd3f9e9771279c8ee71dd3fd39a42f9b0ccff [diff] |
[3.10] bpo-46747: Add missing key parameters in the bisect docs (GH-31323) (GH-31329) Added *key* parameter to `bisect.bisect()` and `bisect.insort()` in bisect module docs. (cherry picked from commit 96084f4256d2d523b0a4d7d900322b032326e3ed) Co-authored-by: Zackery Spytz <zspytz@gmail.com>