clalancette / pycdlib

Python library to read and write ISOs
GNU Lesser General Public License v2.1
147 stars 38 forks source link

Clean up doc-strings following PEP recommendations #62

Closed rlaphoenix closed 2 years ago

rlaphoenix commented 3 years ago

Specifically some PEP 8 and PEP 257 recommendations.

PEP8: https://www.python.org/dev/peps/pep-0008 PEP257: https://www.python.org/dev/peps/pep-0257