mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix minor documentation error in bisect docs (GH-92697)
(cherry picked from commit b3f99b69d0
)
Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
parent
6f9287205f
commit
bf86901dc1
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue