diff options
author | Andrés Delfino <adelfino@gmail.com> | 2018-11-07 17:32:18 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-11-07 17:32:18 (GMT) |
commit | cdb96f45b61a40a7e7c4c83b4b1f14ef6f5cf4fa (patch) | |
tree | fd8117ad7931107669da2a27859181113ac07639 /Doc/reference/simple_stmts.rst | |
parent | ca68261c751009b8b4cb82e009b9c928405d5839 (diff) | |
download | cpython-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.rst | 1 |
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` |