commit | cdb96f45b61a40a7e7c4c83b4b1f14ef6f5cf4fa | [log] [tgz] |
---|---|---|
author | Andrés Delfino <adelfino@gmail.com> | Wed Nov 07 14:32:18 2018 -0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Nov 07 19:32:18 2018 +0200 |
tree | fd8117ad7931107669da2a27859181113ac07639 | |
parent | ca68261c751009b8b4cb82e009b9c928405d5839 [diff] [blame] |
Add future_stmt to simple_stmt production list. (GH-8239)
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 @@ : | `break_stmt` : | `continue_stmt` : | `import_stmt` + : | `future_stmt` : | `global_stmt` : | `nonlocal_stmt`