mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
bpo-41475: Fix note in "What's new in 3.7" (#21733)
This commit is contained in:
parent
af3a6a8cae
commit
76643c10ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue