From: Georg Brandl Date: Sun, 21 Sep 2008 07:20:11 +0000 (+0000) Subject: #3913: Remove "decorated" from production, it is handled differently from Grammar... X-Git-Tag: v3.0rc2~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ad8166ee96eecfd5416c81aa121641b306adfb9;p=python #3913: Remove "decorated" from production, it is handled differently from Grammar/Grammar here. --- diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst index 9dd2c99990..a4c98b83f9 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`)* [";"]