summaryrefslogtreecommitdiff
path: root/shared-bindings/vectorio/Rectangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/vectorio/Rectangle.c')
-rw-r--r--shared-bindings/vectorio/Rectangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/vectorio/Rectangle.c b/shared-bindings/vectorio/Rectangle.c
index f04a25c35..9a637f317 100644
--- a/shared-bindings/vectorio/Rectangle.c
+++ b/shared-bindings/vectorio/Rectangle.c
@@ -8,7 +8,7 @@
#include "supervisor/shared/translate.h"
//| class Rectangle:
-//| def __init__(self, width: int, height: int):
+//| def __init__(self, width: int, height: int) -> None:
//| """Represents a rectangle by defining its bounds
//|
//| :param width: The number of pixels wide