Fix note about importing from collections.abc

This commit is contained in:
Bruno Oliveira 2018-04-24 07:06:52 -03:00 committed by GitHub
parent f05230c679
commit 4a92011e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>`_)