bpo-39674: Fix typo in What's New In Python 3.9 by vstinner · Pull Request #18776 · python/cpython
Aliases to ref:`Abstract Base Classes <collections-abstract-base-classes>` in Aliases to :ref:`Abstract Base Classes <collections-abstract-base-classes>` in the :mod:`collections` module, like ``collections.Mapping`` alias to :class:`collections.abc.Mapping`, are kept for one last release for backward compatibility. They will be removed from Python 3.10.