diff options
author | Ned Deily <nad@python.org> | 2020-05-19 11:39:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 11:39:29 (GMT) |
commit | 29251b787be93d47d06f58a9da65dd29f97fa632 (patch) | |
tree | 5202e86aa637d96db20776f3e8956599c4e6297e | |
parent | 18cb3be41b9ba1d1727fbbe1b51da6f3e5fee538 (diff) | |
download | cpython-29251b787be93d47d06f58a9da65dd29f97fa632.zip cpython-29251b787be93d47d06f58a9da65dd29f97fa632.tar.gz cpython-29251b787be93d47d06f58a9da65dd29f97fa632.tar.bz2 |
3.10 whatsnew needs to use blurb-produced changelog (GH-20213)
-rw-r--r-- | Doc/whatsnew/3.10.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 96cb132..5477785 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -47,7 +47,7 @@ This article explains the new features in Python 3.10, compared to 3.9. -For full details, see the :source:`Misc/NEWS` file. +For full details, see the :ref:`changelog <changelog>`. .. note:: |