Skip to content

Commit

Permalink
Fix minor documentation error in bisect docs (GH-92697)
Browse files Browse the repository at this point in the history
(cherry picked from commit b3f99b6)

Co-authored-by: Steve Dower <steve.dower@python.org>
  • Loading branch information
miss-islington and zooba committed May 11, 2022
1 parent 6f92872 commit bf86901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/bisect.rst
Expand Up @@ -198,7 +198,7 @@ a 'B', and so on::
>>> [grade(score) for score in [33, 99, 77, 70, 89, 90, 100]]
['F', 'A', 'C', 'C', 'B', 'A', 'A']

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
tuples. The *key* argument can serve to extract the field used for ordering
records in a table::

Expand Down

0 comments on commit bf86901

Please sign in to comment.