Skip to content

Commit e83c270

Browse files
committed
Fix unexistent docs reference
Signed-off-by: Filipe Laíns <[email protected]>
1 parent b5b4900 commit e83c270

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 :func:`~sysconfig.expand_makefile_vars` function
85+
* The ``~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 :func:`sysconfig.expand_makefile_vars`, in favor of using
1+
Deprecate ``sysconfig.expand_makefile_vars``, in favor of using
22
:func:`sysconfig.get_paths` with the ``vars`` argument.

0 commit comments

Comments
 (0)