File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ The following functions are provided:
73
73
Insert *x * in *a * in sorted order.
74
74
75
75
This function first runs :py:func: `~bisect.bisect_left ` to locate an insertion point.
76
- Next, it runs the :meth: `insert ` method on *a * to insert *x * at the
76
+ Next, it runs the :meth: `! insert ` method on *a * to insert *x * at the
77
77
appropriate position to maintain sort order.
78
78
79
79
To support inserting records in a table, the *key * function (if any) is
@@ -93,7 +93,7 @@ The following functions are provided:
93
93
entries of *x *.
94
94
95
95
This function first runs :py:func: `~bisect.bisect_right ` to locate an insertion point.
96
- Next, it runs the :meth: `insert ` method on *a * to insert *x * at the
96
+ Next, it runs the :meth: `! insert ` method on *a * to insert *x * at the
97
97
appropriate position to maintain sort order.
98
98
99
99
To support inserting records in a table, the *key * function (if any) is
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ Doc/library/asyncio-policy.rst
31
31
Doc/library/asyncio-subprocess.rst
32
32
Doc/library/asyncio-task.rst
33
33
Doc/library/bdb.rst
34
- Doc/library/bisect.rst
35
34
Doc/library/calendar.rst
36
35
Doc/library/cmd.rst
37
36
Doc/library/collections.rst
You can’t perform that action at this time.
0 commit comments