-
- Downloads
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.
Please register or sign in to comment
The `movies[bisect(movies, 1960, key=by_year)]` will actually return only movies **after** 1960.