summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-08-11 17:03:21 (GMT)
committerGitHub <noreply@github.com>2020-08-11 17:03:21 (GMT)
commit5de00f63d47b5aa1714ad2d88772ad55b10feea0 (patch)
tree4e1f052ba5b2355f6f3e0081da095b16aff70dbc
parent2146e516ec48d771ad207dc53bd5fd280d7c3110 (diff)
downloadcpython-5de00f63d47b5aa1714ad2d88772ad55b10feea0.zip
cpython-5de00f63d47b5aa1714ad2d88772ad55b10feea0.tar.gz
cpython-5de00f63d47b5aa1714ad2d88772ad55b10feea0.tar.bz2
bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (#21832)
(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 59b9662..279bbc6 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::