summaryrefslogtreecommitdiff
path: root/docs/deprecated
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-13 21:04:12 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-13 21:04:12 +0000
commit82141a2e22141cefe93f8b686ee7489ad7461a71 (patch)
tree6ad675fdc0941bf97f22434192ef863400e5b269 /docs/deprecated
parentc522737c9488472d30ced2a11739e607a6f8ddff (diff)
downloadpython-setuptools-git-82141a2e22141cefe93f8b686ee7489ad7461a71.tar.gz
Fix PEP 632 link display
Diffstat (limited to 'docs/deprecated')
-rw-r--r--docs/deprecated/distutils-legacy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/deprecated/distutils-legacy.rst b/docs/deprecated/distutils-legacy.rst
index f600c52b..9987013a 100644
--- a/docs/deprecated/distutils-legacy.rst
+++ b/docs/deprecated/distutils-legacy.rst
@@ -26,7 +26,7 @@ As Distutils is deprecated, any usage of functions or objects from distutils is
``distutils.errors.*`` → ``setuptools.errors.*`` [#errors]_
-Migration is also provided by :pep:`632#migration-advice`.
+Migration is also provided by :pep:`PEP 632 <632#migration-advice>`.
If a project relies on uses of ``distutils`` that do not have a suitable replacement above, please search the `Setuptools issue tracker <https://github.com/pypa/setuptools/issues/>`_ and file a request, describing the use-case so that Setuptools' maintainers can investigate. Please provide enough detail to help the maintainers understand how distutils is used, what value it provides, and why that behavior should be supported.