summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-27 20:21:14 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-27 20:21:14 +0100
commitedb4d680d3c73b7b2184f0fd88e206306ec19537 (patch)
tree22d36d583922c8d483d7c7a3ab3c4e4d9d51c1c9
parent3ffef4f29e1fdbe4d619857d3ea10140452847bd (diff)
downloadpython-setuptools-git-edb4d680d3c73b7b2184f0fd88e206306ec19537.tar.gz
Fix invalid link on changelog
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 676cd15e..07a359d9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -151,7 +151,7 @@ Changes
in ``setup.cfg`` and ``pyproject.toml`` when ``package_dir`` is implicitly
found via auto-discovery.
* #3178: Postponed importing ``ctypes`` when hiding files on Windows.
- This helps to prevent errors in systems that might not have `libffi` installed.
+ This helps to prevent errors in systems that might not have ``libffi`` installed.
* #3179: Merge with pypa/distutils@267dbd25ac
Documentation changes