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 0a6412f9cc.
This commit is contained in:
Bénédikt Tran 2025-01-21 12:43:09 +01:00 committed by GitHub
parent 01de4af3e1
commit 6a0f915aae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View 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.

View 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.