bootstrapworld / curr

All curricular materials for Bootstrap course modules
http://www.BootstrapWorld.org
13 stars 23 forks source link

Ascending syntax error #350

Closed sorawee closed 6 years ago

sorawee commented 6 years ago

We probably might want to avoid using ascending as a parameter name in DS Unit 3. It's a Pyret keyword and can't be used as a variable name.

schanzer commented 6 years ago

It's used as a parameter name in the docs https://www.pyret.org/docs/latest/tables.html#%28part._tables_.Table_order-by%29

sorawee commented 6 years ago

The doc is wrong then!

schanzer commented 6 years ago

Fixed by 1da19751345da97775e47f7ab55274e8a15d5363. Also updated the pyret docs