]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21833)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 12 Aug 2020 10:38:37 +0000 (03:38 -0700)
committerGitHub <noreply@github.com>
Wed, 12 Aug 2020 10:38:37 +0000 (06:38 -0400)
(cherry picked from commit 76643c10ede2813ca921464fe839e81caee21a84)

Co-authored-by: Ram Rachum <ram@rachum.com>
Doc/whatsnew/3.7.rst

index b9b50216d23a639d548679afb6862428ba32914c..013f14dd9da168fbe573074e3e6db2fc994a35ab 100644 (file)
@@ -171,7 +171,7 @@ on a per-module basis in Python 3.7 using a :mod:`__future__` import::
 
     from __future__ import annotations
 
-It will become the default in Python 4.0.
+It will become the default in Python 3.10.
 
 .. seealso::