fix docstring

This commit is contained in:
Jan Petykiewicz 2021-12-15 18:23:45 -08:00
parent e54d041d85
commit b5a53bac91

View File

@ -391,7 +391,7 @@ class Node(Element):
@dataclass @dataclass
class Text(Element): class Text(Element):
""" """
Datastructure representing a Node element. Rarely used. Datastructure representing a text label.
""" """
__slots__ = ('layer', 'xy', 'properties', 'presentation', 'path_type', __slots__ = ('layer', 'xy', 'properties', 'presentation', 'path_type',
'width', 'invert_y', 'mag', 'angle_deg', 'string') 'width', 'invert_y', 'mag', 'angle_deg', 'string')