diff options
author | Georg Brandl <georg@python.org> | 2008-09-21 07:20:11 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-09-21 07:20:11 (GMT) |
commit | 3ad8166ee96eecfd5416c81aa121641b306adfb9 (patch) | |
tree | e57c84823b9de6d9f10bdbb550b20145f0e3afa6 /Doc/reference | |
parent | 528cdb1281d5c3348c9dae5fead23dac2705907d (diff) | |
download | cpython-3ad8166ee96eecfd5416c81aa121641b306adfb9.zip cpython-3ad8166ee96eecfd5416c81aa121641b306adfb9.tar.gz cpython-3ad8166ee96eecfd5416c81aa121641b306adfb9.tar.bz2 |
#3913: Remove "decorated" from production, it is handled differently from Grammar/Grammar here.
Diffstat (limited to 'Doc/reference')
-rw-r--r-- | Doc/reference/compound_stmts.rst | 1 |
1 files changed, 0 insertions, 1 deletions
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`)* [";"] |