Skip to content

Commit

Permalink
Doc: Remove old Python version from future stmt (pythonGH-21802)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresdelfino authored Oct 21, 2020
1 parent 4642ccd commit eba109a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/reference/simple_stmts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -874,8 +874,8 @@ can appear before a future statement are:
* blank lines, and
* other future statements.

The only feature in Python 3.7 that requires using the future statement is
``annotations``.
The only feature that requires using the future statement is
``annotations`` (see :pep:`563`).

All historical features enabled by the future statement are still recognized
by Python 3. The list includes ``absolute_import``, ``division``,
Expand Down

0 comments on commit eba109a

Please sign in to comment.