Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change _Shape to Shape and add comments for subclasses of Shape (#1568)
- Change `_Shape` into `Shape` - If a class is marked as private: When a class name starts with an underscore (_), it is considered a private class and may be ignored by automatic documentation tools. To resolve this, try renaming the class to make it public. - Add comments for subclasses of `Shape`
- Loading branch information