There was an error while loading. Please reload this page.
1 parent 27185f9 commit b3f99b6Copy full SHA for b3f99b6
1 file changed
Doc/library/bisect.rst
@@ -198,7 +198,7 @@ a 'B', and so on::
198
>>> [grade(score) for score in [33, 99, 77, 70, 89, 90, 100]]
199
['F', 'A', 'C', 'C', 'B', 'A', 'A']
200
201
-The :func:`bisect`function and :func:`insort` functions also work with lists of
+The :func:`bisect` and :func:`insort` functions also work with lists of
202
tuples. The *key* argument can serve to extract the field used for ordering
203
records in a table::
204
0 commit comments