Skip to content

Commit 431396f

Browse files
committed
fix docstring
1 parent 4050671 commit 431396f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_shapes/filled_polygon.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
class FilledPolygon(displayio.Group):
4545
# pylint: disable=too-few-public-methods, invalid-name
46-
"""A filled polygon. Technically, an arc is a Group with one or two polygons.
46+
"""A filled polygon. Technically, an FilledPolygon is a Group with one or two polygons.
4747
4848
:param list points: A list of (x, y) tuples of the points
4949
:param int|None outline: The outline of the arc. Can be a hex value for a color or

0 commit comments

Comments
 (0)