summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-09-21 07:20:11 (GMT)
committerGeorg Brandl <georg@python.org>2008-09-21 07:20:11 (GMT)
commit3ad8166ee96eecfd5416c81aa121641b306adfb9 (patch)
treee57c84823b9de6d9f10bdbb550b20145f0e3afa6 /Doc/reference
parent528cdb1281d5c3348c9dae5fead23dac2705907d (diff)
downloadcpython-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.rst1
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`)* [";"]