Skip to content

Commit 76643c1

Browse files
authored
bpo-41475: Fix note in "What's new in 3.7" (#21733)
1 parent af3a6a8 commit 76643c1

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)