isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
263 stars 57 forks source link

fix typo #196

Closed kckennylau closed 8 years ago

isaacg1 commented 8 years ago

That's not a typo. Omitting the third argument to : has the same effect as a 0, and a ) causes the argument to be omitted. This could be indicated better, I'll fix it.