fix docstring
This commit is contained in:
parent
e54d041d85
commit
b5a53bac91
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user