summaryrefslogtreecommitdiffstats
path: root/Doc/reference/simple_stmts.rst
diff options
context:
space:
mode:
authorAndrés Delfino <adelfino@gmail.com>2018-11-07 17:32:18 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2018-11-07 17:32:18 (GMT)
commitcdb96f45b61a40a7e7c4c83b4b1f14ef6f5cf4fa (patch)
treefd8117ad7931107669da2a27859181113ac07639 /Doc/reference/simple_stmts.rst
parentca68261c751009b8b4cb82e009b9c928405d5839 (diff)
downloadcpython-cdb96f45b61a40a7e7c4c83b4b1f14ef6f5cf4fa.zip
cpython-cdb96f45b61a40a7e7c4c83b4b1f14ef6f5cf4fa.tar.gz
cpython-cdb96f45b61a40a7e7c4c83b4b1f14ef6f5cf4fa.tar.bz2
Add future_stmt to simple_stmt production list. (GH-8239)
Diffstat (limited to 'Doc/reference/simple_stmts.rst')
-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 5198c04..d509700 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`