summaryrefslogtreecommitdiff
path: root/Doc/reference
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-07 09:55:14 -0800
committerGitHub <noreply@github.com>2018-11-07 09:55:14 -0800
commit2911d4eb21342d9eae46893030756aa86489ba4c (patch)
treecaeb06303a5f2bf1f1a13592a2acde27f5af0c53 /Doc/reference
parent766d8f560d96ed06eb842460998d20c9cc58c76c (diff)
downloadcpython-git-2911d4eb21342d9eae46893030756aa86489ba4c.tar.gz
Add future_stmt to simple_stmt production list. (GH-8239)
(cherry picked from commit cdb96f45b61a40a7e7c4c83b4b1f14ef6f5cf4fa) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/simple_stmts.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst
index bc9daae5bb..be2673b5ba 100644
--- a/Doc/reference/simple_stmts.rst
+++ b/Doc/reference/simple_stmts.rst
@@ -25,6 +25,7 @@ simple statements is:
: | `break_stmt`
: | `continue_stmt`
: | `import_stmt`
+ : | `future_stmt`
: | `global_stmt`
: | `nonlocal_stmt`