Skip to content

Commit 6a0f915

Browse files
authored
gh-129064: Fix RST markup for the NEWS and What's New entries (#129131)
This amends the NEWS and What's New entries introduced in 0a6412f.
1 parent 01de4af commit 6a0f915

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/deprecations/pending-removal-in-3.16.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Pending removal in Python 3.16
8282

8383
* :mod:`sysconfig`:
8484

85-
* The ``~sysconfig.expand_makefile_vars`` function
85+
* The :func:`!sysconfig.expand_makefile_vars` function
8686
has been deprecated since Python 3.14.
8787
Use the ``vars`` argument of :func:`sysconfig.get_paths` instead.
8888

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Deprecate ``sysconfig.expand_makefile_vars``, in favor of using
1+
Deprecate :func:`!sysconfig.expand_makefile_vars`, in favor of using
22
:func:`sysconfig.get_paths` with the ``vars`` argument.

0 commit comments

Comments
 (0)