Skip to content
Snippets Groups Projects
Unverified Commit b3f99b69 authored by Steve Dower's avatar Steve Dower Committed by GitHub
Browse files

Fix minor documentation error in bisect docs (GH-92697)

parent 27185f98
Branches
Tags
No related merge requests found
...@@ -198,7 +198,7 @@ a 'B', and so on:: ...@@ -198,7 +198,7 @@ a 'B', and so on::
>>> [grade(score) for score in [33, 99, 77, 70, 89, 90, 100]] >>> [grade(score) for score in [33, 99, 77, 70, 89, 90, 100]]
['F', 'A', 'C', 'C', 'B', 'A', 'A'] ['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 tuples. The *key* argument can serve to extract the field used for ordering
records in a table:: records in a table::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment