Skip to content

Commit 464281b

Browse files
author
Kenny
authored
Stub comma
1 parent 8c22993 commit 464281b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/vectorio/Circle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
//| class Circle:
1414
//|
15-
//| def __init__(self, pixel_shader: Union[ColorConverter, Palette] radius: int, x: int, y: int) -> None:
15+
//| def __init__(self, pixel_shader: Union[ColorConverter, Palette], radius: int, x: int, y: int) -> None:
1616
//| """Circle is positioned on screen by its center point.
1717
//|
1818
//| :param pixel_shader: The pixel shader that produces colors from values

0 commit comments

Comments
 (0)