bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21835)
(cherry picked from commit 76643c10ed
)
Co-authored-by: Ram Rachum <ram@rachum.com>
This commit is contained in:
parent
ca75fec1ed
commit
a8ad127c22
|
@ -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::
|
||||
|
||||
|
|
Loading…
Reference in New Issue