diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-08-24 15:55:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 15:55:45 (GMT) |
commit | 41e8257449c2c44bbe8fc9577cdf5ba0c54b867d (patch) | |
tree | f158687b9a3997525cb71b0ca063d31a7689cb46 /Misc/ACKS | |
parent | 83ff85bc593fb34a2bd81fd00656d6dc0fee06fa (diff) | |
download | cpython-41e8257449c2c44bbe8fc9577cdf5ba0c54b867d.zip cpython-41e8257449c2c44bbe8fc9577cdf5ba0c54b867d.tar.gz cpython-41e8257449c2c44bbe8fc9577cdf5ba0c54b867d.tar.bz2 |
GH-96179: Fix misleading example on the bisect documentation (GH-96228)
The `movies[bisect(movies, 1960, key=by_year)]` will actually return only movies **after** 1960.
(cherry picked from commit 4317b25a2323ae4be04574e45de0e335c571c463)
Co-authored-by: prego <pedropregueiro@gmail.com>
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1405,6 +1405,7 @@ John Popplewell Matheus Vieira Portela Davin Potts Guillaume Pratte +Pedro Pregueiro Florian Preinstorfer Alex Prengère Amrit Prem |