diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-08-24 15:54:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 15:54:15 (GMT) |
commit | d02e8fbc5a4a9f43ceaacb32dee84f8f661a12d2 (patch) | |
tree | 2c77b48da48c336d9709736c4e5e038d494c7a90 /Misc | |
parent | bf2728b9f1a9873f22382c72f21adb98046f613c (diff) | |
download | cpython-d02e8fbc5a4a9f43ceaacb32dee84f8f661a12d2.zip cpython-d02e8fbc5a4a9f43ceaacb32dee84f8f661a12d2.tar.gz cpython-d02e8fbc5a4a9f43ceaacb32dee84f8f661a12d2.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')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1415,6 +1415,7 @@ John Popplewell Matheus Vieira Portela Davin Potts Guillaume Pratte +Pedro Pregueiro Florian Preinstorfer Alex Prengère Amrit Prem |