diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-02 19:52:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-02 19:52:41 -0400 |
| commit | 2ef757e031870e50d9b7603ab1933d2b670f1e80 (patch) | |
| tree | 106e9538144871ea75392dcf5a1ee26f63d4ae6b | |
| parent | 7b5158b103d178a940d2fd98fc9a5a26fdd90c7b (diff) | |
| parent | 1812f8db08e32c72b4e1e419ad178ed0e66b2958 (diff) | |
| download | python-setuptools-git-2ef757e031870e50d9b7603ab1933d2b670f1e80.tar.gz | |
Merge pull request #2841 from hugovk/patch-2
Docs: Fix typo in History
| -rw-r--r-- | CHANGES.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index a0da5bf7..65536fad 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` |
