From 3ad8166ee96eecfd5416c81aa121641b306adfb9 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 21 Sep 2008 07:20:11 +0000 Subject: #3913: Remove "decorated" from production, it is handled differently from Grammar/Grammar here. --- Doc/reference/compound_stmts.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst index 9dd2c99..a4c98b8 100644 --- a/Doc/reference/compound_stmts.rst +++ b/Doc/reference/compound_stmts.rst @@ -52,7 +52,6 @@ Summarizing: : | `with_stmt` : | `funcdef` : | `classdef` - : | `decorated` suite: `stmt_list` NEWLINE | NEWLINE INDENT `statement`+ DEDENT statement: `stmt_list` NEWLINE | `compound_stmt` stmt_list: `simple_stmt` (";" `simple_stmt`)* [";"] -- cgit v0.12