Skip to content

Commit 89e7503

Browse files
committed
Resolve reference warnings in whatsnew/3.10.rst
1 parent 98b4cd6 commit 89e7503

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ Improved Modules
901901
asyncio
902902
-------
903903
904-
Add missing :meth:`~asyncio.events.AbstractEventLoop.connect_accepted_socket`
904+
Add missing :meth:`~loop.connect_accepted_socket`
905905
method.
906906
(Contributed by Alex Grönholm in :issue:`41332`.)
907907
@@ -933,7 +933,7 @@ Base32 Encoding with Extended Hex Alphabet.
933933
bdb
934934
---
935935
936-
Add :meth:`~bdb.Breakpoint.clearBreakpoints` to reset all set breakpoints.
936+
Add :meth:`!clearBreakpoints` to reset all set breakpoints.
937937
(Contributed by Irit Katriel in :issue:`24160`.)
938938
939939
bisect
@@ -1398,7 +1398,7 @@ A new verify flag :const:`~ssl.VERIFY_X509_PARTIAL_CHAIN` has been added.
13981398
sqlite3
13991399
-------
14001400
1401-
Add audit events for :func:`~sqlite3.connect/handle`,
1401+
Add audit events for :func:`~sqlite3.connect`,
14021402
:meth:`~sqlite3.Connection.enable_load_extension`, and
14031403
:meth:`~sqlite3.Connection.load_extension`.
14041404
(Contributed by Erlend E. Aasland in :issue:`43762`.)

0 commit comments

Comments
 (0)