[Python-checkins] r57479 - peps/trunk/pep-3099.txt

alex.martelli python-checkins at python.org
Sat Aug 25 22:00:23 CEST 2007


Author: alex.martelli
Date: Sat Aug 25 22:00:22 2007
New Revision: 57479

Modified:
   peps/trunk/pep-3099.txt
Log:
One small copyedit-level change.



Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Sat Aug 25 22:00:22 2007
@@ -107,7 +107,7 @@
    Restricting Python's grammar to an LL(1) parser is a blessing,
    not a curse.  It puts us in handcuffs that prevent us from going
    overboard and ending up with funky grammar rules like some other
-   dynamic languages that will go unnamed, like Perl.
+   dynamic languages that will go unnamed, such as Perl.
 
 * No braces.
 


More information about the Python-checkins mailing list