We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cee957b + e2faafb commit 36dd613Copy full SHA for 36dd613
adafruit_display_shapes/polygon.py
@@ -32,8 +32,6 @@ class Polygon(displayio.TileGrid):
32
"""A polygon.
33
34
: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.
37
:param outline: The outline of the polygon. Can be a hex value for a color or
38
``None`` for no outline.
39
"""
0 commit comments