]> granicus.if.org Git - python/commitdiff
#3913: Remove "decorated" from production, it is handled differently from Grammar...
authorGeorg Brandl <georg@python.org>
Sun, 21 Sep 2008 07:20:11 +0000 (07:20 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 21 Sep 2008 07:20:11 +0000 (07:20 +0000)
Doc/reference/compound_stmts.rst

index 9dd2c99990dfda7a9e00cfb6101ad0c4e8b0b9a5..a4c98b83f93343df9f3384d6f59cb87e1c74a381 100644 (file)
@@ -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`)* [";"]