summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-08-12 10:38:37 (GMT)
committerGitHub <noreply@github.com>2020-08-12 10:38:37 (GMT)
commit622d90f65ca9f0a6ddf255a727de003b92dca01d (patch)
tree4fc768a0ec63a20f2568c588b278eeef97cd56ce
parent7b3ceaa71051d811bfee0b62ef9cb0fd2121c7ee (diff)
downloadcpython-622d90f65ca9f0a6ddf255a727de003b92dca01d.zip
cpython-622d90f65ca9f0a6ddf255a727de003b92dca01d.tar.gz
cpython-622d90f65ca9f0a6ddf255a727de003b92dca01d.tar.bz2
bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21833)
(cherry picked from commit 76643c10ede2813ca921464fe839e81caee21a84) Co-authored-by: Ram Rachum <ram@rachum.com>
-rw-r--r--Doc/whatsnew/3.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index b9b5021..013f14d 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::