[Python-checkins] r82992 - peps/trunk/pep-3150.txt

nick.coghlan python-checkins at python.org
Tue Jul 20 15:24:27 CEST 2010


Author: nick.coghlan
Date: Tue Jul 20 15:24:27 2010
New Revision: 82992

Log:
Typo fix

Modified:
   peps/trunk/pep-3150.txt

Modified: peps/trunk/pep-3150.txt
==============================================================================
--- peps/trunk/pep-3150.txt	(original)
+++ peps/trunk/pep-3150.txt	Tue Jul 20 15:24:27 2010
@@ -137,7 +137,7 @@
 
 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


More information about the Python-checkins mailing list