You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My documentation practices were not always as PEP8 compliant as they are today. The two functions notebooks, and the classes notebooks, should have docstrings instead of comments at the beginning of functions, classes, and methods.
This is really a simple issue of changing comments to docstrings.
The text was updated successfully, but these errors were encountered:
My documentation practices were not always as PEP8 compliant as they are today. The two functions notebooks, and the classes notebooks, should have docstrings instead of comments at the beginning of functions, classes, and methods.
This is really a simple issue of changing comments to docstrings.
The text was updated successfully, but these errors were encountered: