mirror of
https://github.com/python/cpython.git
synced 2025-09-29 19:56:59 +00:00
bpo-39674: Fix typo in What's New In Python 3.9 (GH-18776)
This commit is contained in:
parent
1ec63b6203
commit
a6d3546d00
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ It has been decided to keep a few backward compatibility layers for one last
|
||||||
release, to give more time to Python projects maintainers to organize the
|
release, to give more time to Python projects maintainers to organize the
|
||||||
removal of the Python 2 support and add support for Python 3.9.
|
removal of the Python 2 support and add support for Python 3.9.
|
||||||
|
|
||||||
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
|
the :mod:`collections` module, like ``collections.Mapping`` alias to
|
||||||
:class:`collections.abc.Mapping`, are kept for one last release for backward
|
:class:`collections.abc.Mapping`, are kept for one last release for backward
|
||||||
compatibility. They will be removed from Python 3.10.
|
compatibility. They will be removed from Python 3.10.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue