From e2faafb6682c98cfd4bee519d255f5590f67ecac Mon Sep 17 00:00:00 2001 From: benetherington Date: Wed, 13 Jan 2021 20:55:45 -0500 Subject: [PATCH] Remove fill argument definition from Sphinx docstring This looks like a copy-paste error from one of the other shape types. --- adafruit_display_shapes/polygon.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/adafruit_display_shapes/polygon.py b/adafruit_display_shapes/polygon.py index a6adac7..2787e4e 100755 --- a/adafruit_display_shapes/polygon.py +++ b/adafruit_display_shapes/polygon.py @@ -49,8 +49,6 @@ class Polygon(displayio.TileGrid): """A polygon. :param points: A list of (x, y) tuples of the points - :param fill: The color to fill the polygon. Can be a hex value for a color or - ``None`` for transparent. :param outline: The outline of the polygon. Can be a hex value for a color or ``None`` for no outline. """