8000 bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21835) · python/cpython@a8ad127 · GitHub
[go: up one dir, main page]

Skip to content

Commit a8ad127

Browse files
bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21835)
(cherry picked from commit 76643c1) Co-authored-by: Ram Rachum <ram@rachum.com>
1 parent ca75fec commit a8ad127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ on a per-module basis in Python 3.7 using a :mod:`__future__` import::
171171

172172
from __future__ import annotations
173173

174-
It will become the default in Python 4.0.
174+
It will become the default in Python 3.10.
175175

176176
.. seealso::
177177

0 commit comments

Comments
 (0)
0