From: Ram Rachum Date: Tue, 11 Aug 2020 16:33:25 +0000 (+0300) Subject: bpo-41475: Fix note in "What's new in 3.7" (#21733) X-Git-Tag: v3.10.0a1~271 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76643c10ede2813ca921464fe839e81caee21a84;p=thirdparty%2FPython%2Fcpython.git bpo-41475: Fix note in "What's new in 3.7" (#21733) --- diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 59b96621bdd4..279bbc697b5c 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::