diff options
| author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2021-11-01 07:05:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-01 07:05:44 +0200 |
| commit | 1812f8db08e32c72b4e1e419ad178ed0e66b2958 (patch) | |
| tree | 4241e2c643a913b15f139a63f4947cf6dd914341 /CHANGES.rst | |
| parent | 8b37b2ba986cf4736ab46aa2f9c31d424cbfb098 (diff) | |
| download | python-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.rst | 4 |
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` |
