Skip to content

Commit 36dd613

Browse files
authored
Merge pull request #29 from benetherington/patch-1
Remove fill argument definition from Sphinx docstring
2 parents cee957b + e2faafb commit 36dd613

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
@@ -32,8 +32,6 @@ class Polygon(displayio.TileGrid):
3232
"""A polygon.
3333
3434
:param points: A list of (x, y) tuples of the points
35-
:param fill: The color to fill the polygon. Can be a hex value for a color or
36-
``None`` for transparent.
3735
:param outline: The outline of the polygon. Can be a hex value for a color or
3836
``None`` for no outline.
3937
"""

0 commit comments

Comments
 (0)