This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Description
While this isn't really a huge problem, you may wish to reformat your docstrings according to the established formats.
PEP 287 recommends that reST (reStructuredText) format be used, but Epytext is popular as well - They're used because Python IDEs are often able to parse them to get more information about the things they document, for example, for auto-completion.