doc updates
This commit is contained in:
parent
fa7a850ec3
commit
0aa4a6ee7a
2 changed files with 1 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ class Shape(PositionableImpl, Rotatable, Mirrorable, Copyable, Scalable,
|
|||
"""
|
||||
Class specifying functions common to all shapes.
|
||||
"""
|
||||
__slots__ = () # Children should use AutoSlots
|
||||
__slots__ = () # Children should use AutoSlots or set slots themselves
|
||||
|
||||
def __copy__(self) -> Self:
|
||||
cls = self.__class__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue