summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-08-03 21:24:12 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-08-03 21:24:12 +0100
commit75b572dde85ecdb1e86b5628e5aba35bc77aa593 (patch)
treea46579829892801a98917c586dff8e895bbf3618 /CHANGES.rst
parent8b086f2a9e957484a643857dc09accec89eaf630 (diff)
downloadpython-setuptools-git-75b572dde85ecdb1e86b5628e5aba35bc77aa593.tar.gz
docs: Fix wrong syntax usage on CHANGES.rst
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index eca0fc05..08ebd86c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -67,7 +67,7 @@ Breaking Changes
^^^^^^^^^^^^^^^^
* #3421: Drop setuptools' support for installing an entrypoint extra requirements at load time:
- the functionality has been broken since v60.8.0.
- - the mechanism to do so is deprecated (`fetch_build_eggs`).
+ - the mechanism to do so is deprecated (``fetch_build_eggs``).
- that use case (e.g. a custom command class entrypoint) is covered by making sure the necessary build requirements are declared.
Documentation changes