Improve code style (for Lea 4)

Issue #74 resolved
Pierre Denis repo owner created an issue

Lea 3 code has several deviations from PEP 8 coding style.

Several are quite systematic: three simple quotes for docstings, and missing whitespace after comma. These can be easily spotted using pylint or IDE (e.g. PyCharm).

These two abovementioned systematic deviations shall be fixed.

Most ot other deviations should be fixed also (to be analyzed).

These fixes should preferably be made after #71.

Comments (6)

  1. Log in to comment