We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09563a7 commit 4317b25Copy full SHA for 4317b25
Doc/library/bisect.rst
@@ -216,7 +216,7 @@ records in a table::
216
... Movie('Aliens', 1986, 'Scott')
217
... ]
218
219
- >>> # Find the first movie released on or after 1960
+ >>> # Find the first movie released after 1960
220
>>> by_year = attrgetter('released')
221
>>> movies.sort(key=by_year)
222
>>> movies[bisect(movies, 1960, key=by_year)]
Misc/ACKS
@@ -1419,6 +1419,7 @@ John Popplewell
1419
Matheus Vieira Portela
1420
Davin Potts
1421
Guillaume Pratte
1422
+Pedro Pregueiro
1423
Florian Preinstorfer
1424
Alex Prengère
1425
Amrit Prem
0 commit comments