Skip to content

Commit 4b34da9

Browse files
committed
Fix the doc
1 parent 8a61f5a commit 4b34da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ Porting to Python 3.15
884884

885885
* Private functions promoted to public C APIs:
886886

887-
* :c:func:`_PyDict_NewPresized`: use :c:func:`PyDict_NewPresized`.
887+
* :c:func:`!_PyDict_NewPresized`: use :c:func:`PyDict_NewPresized`.
888888

889889
The |pythoncapi_compat_project| can be used to get most of these new
890890
functions on Python 3.14 and older.

0 commit comments

Comments
 (0)