Skip to content

Commit 490f30d

Browse files
Doc: Remove old Python version from future stmt (GH-21802)
(cherry picked from commit eba109a) Co-authored-by: Andre Delfino <[email protected]>
1 parent e866f33 commit 490f30d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/reference/simple_stmts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,8 +874,8 @@ can appear before a future statement are:
874874
* blank lines, and
875875
* other future statements.
876876

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

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

0 commit comments

Comments
 (0)