From cdb96f45b61a40a7e7c4c83b4b1f14ef6f5cf4fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Delfino?= Date: Wed, 7 Nov 2018 14:32:18 -0300 Subject: [PATCH] Add future_stmt to simple_stmt production list. (GH-8239) --- Doc/reference/simple_stmts.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 5198c0408ce..d509700f750 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`