Skip to content

Commit

Permalink
Fix note about importing from collections.abc
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Apr 24, 2018
1 parent f05230c commit 4a92011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Expand Up @@ -48,7 +48,7 @@ Trivial/Internal Changes
``more_itertools.collapse``. (`#3330
<https://github.com/pytest-dev/pytest/issues/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
<https://github.com/pytest-dev/pytest/issues/3339>`_)

Expand Down

0 comments on commit 4a92011

Please sign in to comment.