]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-39674: Fix typo in What's New In Python 3.9 (GH-18776)
authorVictor Stinner <vstinner@python.org>
Wed, 4 Mar 2020 14:11:43 +0000 (15:11 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Mar 2020 14:11:43 +0000 (15:11 +0100)
Doc/whatsnew/3.9.rst

index 6a4d07f62c69b6751d67fb3fac390cb7dd15a885..f15805c794ea85db6b78c631880355bfc59d413d 100644 (file)
@@ -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 <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.