diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c0c66683bab..f2d86b24f9f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -48,7 +48,7 @@ Trivial/Internal Changes ``more_itertools.collapse``. (`#3330 `_) -- Import some modules from ``collections`` instead of ``collections.abc`` as +- Import some modules from ``collections.abc`` instead of ``collections`` as the former modules trigger ``DeprecationWarning`` in Python 3.7. (`#3339 `_)