]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-129064: Fix RST markup for the NEWS and What's New entries (#129131)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Tue, 21 Jan 2025 11:43:09 +0000 (12:43 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2025 11:43:09 +0000 (12:43 +0100)
This amends the NEWS and What's New entries introduced in 0a6412f9cc9e694e76299cfbd73ec969b7d47af6.

Doc/deprecations/pending-removal-in-3.16.rst
Misc/NEWS.d/next/Library/2025-01-20-16-02-38.gh-issue-129064.JXasgJ.rst

index 58f7c01bf394690a494426c5c61f2a7ea4d0d838..b408a6d72febe0391ce8c18bbab2fe5859463903 100644 (file)
@@ -82,7 +82,7 @@ Pending removal in Python 3.16
 
 * :mod:`sysconfig`:
 
-  * The ``~sysconfig.expand_makefile_vars`` function
+  * The :func:`!sysconfig.expand_makefile_vars` function
     has been deprecated since Python 3.14.
     Use the ``vars`` argument of :func:`sysconfig.get_paths` instead.
 
index 5939fdc8ef346961ba9b36b8bd7af5c4a02d70e7..93a1eda350d1fcaf218cc8a1e3ee974fbcd6d252 100644 (file)
@@ -1,2 +1,2 @@
-Deprecate ``sysconfig.expand_makefile_vars``, in favor of using
+Deprecate :func:`!sysconfig.expand_makefile_vars`, in favor of using
 :func:`sysconfig.get_paths` with the ``vars`` argument.