From: Victor Stinner Date: Wed, 4 Mar 2020 14:11:43 +0000 (+0100) Subject: bpo-39674: Fix typo in What's New In Python 3.9 (GH-18776) X-Git-Tag: v3.9.0a5~180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6d3546d003d9873de0f71b319ad79d203374bf0;p=thirdparty%2FPython%2Fcpython.git bpo-39674: Fix typo in What's New In Python 3.9 (GH-18776) --- diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 6a4d07f62c69..f15805c794ea 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -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 removal of the Python 2 support and add support for Python 3.9. -Aliases to ref:`Abstract Base Classes ` in +Aliases to :ref:`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.