diff --git a/pep-3099.txt b/pep-3099.txt index f62fbfdb8..e7a144ecd 100644 --- a/pep-3099.txt +++ b/pep-3099.txt @@ -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.