From edb4d680d3c73b7b2184f0fd88e206306ec19537 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Sun, 27 Mar 2022 20:21:14 +0100 Subject: [PATCH] Fix invalid link on changelog --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 676cd15eca..07a359d98a 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