bpo-41475: Fix note in "What's new in 3.7" (#21733)

This commit is contained in:
Ram Rachum 2020-08-11 19:33:25 +03:00 committed by GitHub
parent af3a6a8cae
commit 76643c10ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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::