Skip to content

Commit

Permalink
bpo-41475: Fix note in "What's new in 3.7" (GH-21733) (GH-21833)
Browse files Browse the repository at this point in the history
(cherry picked from commit 76643c1)

Co-authored-by: Ram Rachum <ram@rachum.com>
  • Loading branch information
miss-islington and cool-RR committed Aug 12, 2020
1 parent 7b3ceaa commit 622d90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 622d90f

Please sign in to comment.