Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to ABC in class docstrings #36

Open
brews opened this issue May 7, 2020 · 0 comments
Open

Remove references to ABC in class docstrings #36

brews opened this issue May 7, 2020 · 0 comments
Labels

Comments

@brews
Copy link
Member

brews commented May 7, 2020

In the docstrings to several classes (e.g. calculations.py::Calculation) we note the class is an ABC class. This is not correct. They are more "concrete base classes" because the style up until now has been modifying objects by inheritance rather than extension.

Change this to simply call them base classes.

Should be a simple fix.

@brews brews added the bug label May 7, 2020
@brews brews self-assigned this May 7, 2020
@brews brews removed their assignment Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant