jferard / py4lo

Py4LO is a simple toolkit to help you write and include Python scripts in LibreOffice Calc spreadsheets.
GNU General Public License v3.0
5 stars 2 forks source link

Remove double underscores #24

Closed jferard closed 3 years ago

jferard commented 5 years ago

PEP8 states:

Generally, double leading underscores should be used only to avoid name conflicts with attributes in classes designed to be subclassed.

jferard commented 3 years ago

Done.