Skip to content

Commit b3f99b6

Browse files
authored
Fix minor documentation error in bisect docs (GH-92697)
1 parent 27185f9 commit b3f99b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/bisect.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ a 'B', and so on::
198198
>>> [grade(score) for score in [33, 99, 77, 70, 89, 90, 100]]
199199
['F', 'A', 'C', 'C', 'B', 'A', 'A']
200200

201-
The :func:`bisect`function and :func:`insort` functions also work with lists of
201+
The :func:`bisect` and :func:`insort` functions also work with lists of
202202
tuples. The *key* argument can serve to extract the field used for ordering
203203
records in a table::
204204

0 commit comments

Comments
 (0)