One small copyedit-level change.
This commit is contained in:
parent
18d4b92843
commit
1dcb3fa928
|
@ -107,7 +107,7 @@ Core language
|
||||||
Restricting Python's grammar to an LL(1) parser is a blessing,
|
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
|
not a curse. It puts us in handcuffs that prevent us from going
|
||||||
overboard and ending up with funky grammar rules like some other
|
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.
|
* No braces.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue