From 4742ede421efed9bfc0d8a4659987948875ae802 Mon Sep 17 00:00:00 2001 From: David Goodger Date: Mon, 30 Aug 2004 16:00:06 +0000 Subject: [PATCH] Simplification, and removal of my own added bias ;-) --- pep-0318.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pep-0318.txt b/pep-0318.txt index e607b0217..a43adc417 100644 --- a/pep-0318.txt +++ b/pep-0318.txt @@ -506,9 +506,7 @@ Syntax forms - The keyword/block form produces something that looks like a normal code block, but isn't. Attempts to use statements in this block - will cause a syntax error. It may confuse users who don't expect - a block to contain bare expressions. On the other hand, the ``@`` - syntax is bound to cause at least as much confusion. + will cause a syntax error, which may confuse users. See `Community Consensus`_ below.