py5coding / py5generator

Meta-programming project that creates the py5 library code.
https://py5coding.org/
GNU General Public License v3.0
52 stars 13 forks source link

Error in py5.exit_sketch() example code #246

Closed hx2A closed 1 year ago

hx2A commented 1 year ago

https://py5coding.org/reference/sketch_exit_sketch.html

It should be py5.exit_sketch(), not exit().

hx2A commented 1 year ago

fixed! Thanks @dmorenog01 !