From 4a92011e6e0cf57ed219897afca33b4cb541dac7 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 24 Apr 2018 07:06:52 -0300 Subject: [PATCH] Fix note about importing from collections.abc --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c0c66683b..f2d86b24f 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 `_)