Skip to content

Commit e2faafb

Browse files
Remove fill argument definition from Sphinx docstring
This looks like a copy-paste error from one of the other shape types.
1 parent ba4d574 commit e2faafb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_display_shapes/polygon.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ class Polygon(displayio.TileGrid):
4949
"""A polygon.
5050
5151
:param points: A list of (x, y) tuples of the points
52-
:param fill: The color to fill the polygon. Can be a hex value for a color or
53-
``None`` for transparent.
5452
:param outline: The outline of the polygon. Can be a hex value for a color or
5553
``None`` for no outline.
5654
"""

0 commit comments

Comments
 (0)