Skip to content

Commit b94ee04

Browse files
authored
GH-101100: Resolve reference warnings in whatsnew/3.10.rst (#138408)
1 parent f8d9cb1 commit b94ee04

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Doc/tools/.nitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@ Doc/reference/datamodel.rst
5959
Doc/whatsnew/2.4.rst
6060
Doc/whatsnew/2.5.rst
6161
Doc/whatsnew/2.6.rst
62-
Doc/whatsnew/3.10.rst

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:`~asyncio.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)