diff options
author | prego <pedropregueiro@gmail.com> | 2022-08-24 15:47:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 15:47:13 (GMT) |
commit | 4317b25a2323ae4be04574e45de0e335c571c463 (patch) | |
tree | f134d9b4785525ec51605a0b86e1c8437aebc533 /Misc | |
parent | 09563a764ebc54f98087c128419f46cf0822b4b7 (diff) | |
download | cpython-4317b25a2323ae4be04574e45de0e335c571c463.zip cpython-4317b25a2323ae4be04574e45de0e335c571c463.tar.gz cpython-4317b25a2323ae4be04574e45de0e335c571c463.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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1419,6 +1419,7 @@ John Popplewell Matheus Vieira Portela Davin Potts Guillaume Pratte +Pedro Pregueiro Florian Preinstorfer Alex Prengère Amrit Prem |