From d42a5e3168903911304b318e33517bbd17c01d5b Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Tue, 20 Jul 2010 13:24:27 +0000 Subject: [PATCH] Typo fix --- pep-3150.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3150.txt b/pep-3150.txt index 2841bd7c6..ccf44a67b 100644 --- a/pep-3150.txt +++ b/pep-3150.txt @@ -137,7 +137,7 @@ listed so that nonsense like the following is disallowed:: However, even this is inadequate, as it creates problems for the definition of simple_stmt (which allows chaining of multiple single line statements -with ";" rather than "\n"). +with ";" rather than "\\n"). So the above syntax change should instead be taken as a statement of intent. Any actual proposal would need to resolve the simple_stmt parsing problem