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:
Miss Islington (bot) 2020-08-12 03:36:20 -07:00 committed by GitHub
parent ca75fec1ed
commit a8ad127c22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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