bpo-41475: Fix note in "What's new in 3.7" (#21733)
This commit is contained in:
parent
af3a6a8cae
commit
76643c10ed
|
@ -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