diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-11-08 05:16:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-08 05:16:15 (GMT) |
commit | 842efd008761e678aebe44d45000c6832725235d (patch) | |
tree | f80bfcefc903f5dbdeb5a72ce8f5eec4c3617360 /Doc | |
parent | 322f8bc68cf3333db53882261fdebef0044b71e6 (diff) | |
download | cpython-842efd008761e678aebe44d45000c6832725235d.zip cpython-842efd008761e678aebe44d45000c6832725235d.tar.gz cpython-842efd008761e678aebe44d45000c6832725235d.tar.bz2 |
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')
-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 43935da..e2d643f 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` : | `exec_stmt` |