aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2020-05-11 23:49:53 +0300
committerGitHub <noreply@github.com>2020-05-11 23:49:53 +0300
commitbb5af519860192d3bca638d903cb0ea123c7abd8 (patch)
tree12c6f853fcbbe491eafc7a232c910767263b587f
parentd57adafdd9550376ef54ad3eb9f6a913adb2b214 (diff)
downloadexternal_python_setuptools-bb5af519860192d3bca638d903cb0ea123c7abd8.tar.gz
external_python_setuptools-bb5af519860192d3bca638d903cb0ea123c7abd8.tar.bz2
external_python_setuptools-bb5af519860192d3bca638d903cb0ea123c7abd8.zip
Fix typo
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 03c89be6..a935be56 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -6,7 +6,7 @@ v46.2.0
* #2075: Stop recognizing files ending with ``.dist-info`` as distribution metadata.
* #2086: Deprecate 'use_2to3' functionality. Packagers are encouraged to use single-source solutions or build tool chains to manage conversions outside of setuptools.
* #1698: Added documentation for ``build_meta`` (a bare minimum, not completed).
-* #2082: Filter ``lib2to3`` ``PendingDeprecationWarning`` and ``DeprecationWarning`` in testes,
+* #2082: Filter ``lib2to3`` ``PendingDeprecationWarning`` and ``DeprecationWarning`` in tests,
because ``lib2to3`` is `deprecated in Python 3.9 <https://bugs.python.org/issue40360>`_.