We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4050671 commit 431396fCopy full SHA for 431396f
adafruit_display_shapes/filled_polygon.py
@@ -43,7 +43,7 @@
43
44
class FilledPolygon(displayio.Group):
45
# pylint: disable=too-few-public-methods, invalid-name
46
- """A filled polygon. Technically, an arc is a Group with one or two polygons.
+ """A filled polygon. Technically, an FilledPolygon is a Group with one or two polygons.
47
48
:param list points: A list of (x, y) tuples of the points
49
:param int|None outline: The outline of the arc. Can be a hex value for a color or
0 commit comments