From 8cc6acac123eb9ce2bbcae2bdb6669d91db71b7c Mon Sep 17 00:00:00 2001 From: Ram Rachum Date: Tue, 11 Aug 2020 19:33:25 +0300 Subject: [PATCH] bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (cherry picked from commit 76643c10ede2813ca921464fe839e81caee21a84) Co-authored-by: Ram Rachum --- Doc/whatsnew/3.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 9644a4f31a9572..6dcb006924e779 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -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::