summaryrefslogtreecommitdiff
path: root/shared-bindings/vectorio/VectorShape.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-07-22 14:00:28 -0700
committerGitHub <noreply@github.com>2020-07-22 14:00:28 -0700
commit049921fec8be3ccd9c3a29e14f21e6ffa76b09ea (patch)
tree4350f9a3e8c0c9a04882c682db8951f0dc266f75 /shared-bindings/vectorio/VectorShape.c
parent1ec358094671716cadf9b17ca51deb346070bcae (diff)
parent02b71e013adda29cd67172a3782fda8fa5da0bba (diff)
Merge branch 'main' into memmonitor
Diffstat (limited to 'shared-bindings/vectorio/VectorShape.c')
-rw-r--r--shared-bindings/vectorio/VectorShape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/vectorio/VectorShape.c b/shared-bindings/vectorio/VectorShape.c
index c512bcd54..d1042b1c6 100644
--- a/shared-bindings/vectorio/VectorShape.c
+++ b/shared-bindings/vectorio/VectorShape.c
@@ -20,7 +20,7 @@
//| class VectorShape:
-//| def __init__(self, shape: vectorio.Polygon, pixel_shader: displayio.Palette, x: int=0, y: int=0):
+//| def __init__(self, shape: vectorio.Polygon, pixel_shader: displayio.Palette, x: int=0, y: int=0) -> None:
//| """Binds a vector shape to a location and pixel color
//|
//| :param shape: The shape to draw.