Skip to content

Remove references to ABC in class docstrings #36

@brews

Description

@brews

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions