mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
#3913: Remove "decorated" from production, it is handled differently from Grammar/Grammar here.
This commit is contained in:
parent
528cdb1281
commit
3ad8166ee9
1 changed files with 0 additions and 1 deletions
|
@ -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`)* [";"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue