One small copyedit-level change.

This commit is contained in:
Alex Martelli 2007-08-25 20:00:22 +00:00
parent 18d4b92843
commit 1dcb3fa928
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ Core language
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.