mirror of https://github.com/python/cpython.git
[3.11] gh-101100: Fix Sphinx warnings in `library/bisect.rst` (GH-113496) (#113505)
This commit is contained in:
parent
f1951900f1
commit
5b5d774679
|
@ -73,7 +73,7 @@ The following functions are provided:
|
|||
Insert *x* in *a* in sorted order.
|
||||
|
||||
This function first runs :py:func:`~bisect.bisect_left` to locate an insertion point.
|
||||
Next, it runs the :meth:`insert` method on *a* to insert *x* at the
|
||||
Next, it runs the :meth:`!insert` method on *a* to insert *x* at the
|
||||
appropriate position to maintain sort order.
|
||||
|
||||
To support inserting records in a table, the *key* function (if any) is
|
||||
|
@ -93,7 +93,7 @@ The following functions are provided:
|
|||
entries of *x*.
|
||||
|
||||
This function first runs :py:func:`~bisect.bisect_right` to locate an insertion point.
|
||||
Next, it runs the :meth:`insert` method on *a* to insert *x* at the
|
||||
Next, it runs the :meth:`!insert` method on *a* to insert *x* at the
|
||||
appropriate position to maintain sort order.
|
||||
|
||||
To support inserting records in a table, the *key* function (if any) is
|
||||
|
|
|
@ -31,7 +31,6 @@ Doc/library/asyncio-policy.rst
|
|||
Doc/library/asyncio-subprocess.rst
|
||||
Doc/library/asyncio-task.rst
|
||||
Doc/library/bdb.rst
|
||||
Doc/library/bisect.rst
|
||||
Doc/library/calendar.rst
|
||||
Doc/library/cmd.rst
|
||||
Doc/library/collections.rst
|
||||
|
|
Loading…
Reference in New Issue