jdf / processing-py-site

Site for processing.py.
MIT License
198 stars 52 forks source link

Semicolon reference in tutorials/drawing #180

Closed Tar-Roccorendil closed 3 years ago

Tar-Roccorendil commented 3 years ago

In https://py.processing.org/tutorials/drawing/, it says the following:

The code sentence also ends with a semicolon instead of a period.

It's generally not true in Python.

tabreturn commented 3 years ago

Thanks for the alert -- this must be a hangover from the original Java documentation. I've removed this sentence. #181

FeXd commented 3 years ago

Looks like this has been merged and can be closed.