summaryrefslogtreecommitdiff
path: root/shared-bindings/vectorio/VectorShape.c
diff options
context:
space:
mode:
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.