summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-11-01 07:05:44 +0200
committerGitHub <noreply@github.com>2021-11-01 07:05:44 +0200
commit1812f8db08e32c72b4e1e419ad178ed0e66b2958 (patch)
tree4241e2c643a913b15f139a63f4947cf6dd914341 /CHANGES.rst
parent8b37b2ba986cf4736ab46aa2f9c31d424cbfb098 (diff)
downloadpython-setuptools-git-1812f8db08e32c72b4e1e419ad178ed0e66b2958.tar.gz
Docs: Fix typo in History
https://setuptools.pypa.io/en/latest/history.html#v58-4-0 Should be https://github.com/pypa/setuptools/issues/2832
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 89e525c4..de28a1b4 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,9 +8,9 @@ Changes
Documentation changes
^^^^^^^^^^^^^^^^^^^^^
-* #2932: Removed the deprecated ``data_files`` option from the example in the
+* #2832: Removed the deprecated ``data_files`` option from the example in the
declarative configuration docs -- by :user:`abravalheri`
-* #2932: Change type of ``data_files`` option from ``dict`` to ``section`` in
+* #2832: Change type of ``data_files`` option from ``dict`` to ``section`` in
declarative configuration docs (to match previous example) -- by
:user:`abravalheri`