Stub comma
This commit is contained in:
parent
8c22993e28
commit
464281b881
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
//| class Circle:
|
//| class Circle:
|
||||||
//|
|
//|
|
||||||
//| def __init__(self, pixel_shader: Union[ColorConverter, Palette] radius: int, x: int, y: int) -> None:
|
//| def __init__(self, pixel_shader: Union[ColorConverter, Palette], radius: int, x: int, y: int) -> None:
|
||||||
//| """Circle is positioned on screen by its center point.
|
//| """Circle is positioned on screen by its center point.
|
||||||
//|
|
//|
|
||||||
//| :param pixel_shader: The pixel shader that produces colors from values
|
//| :param pixel_shader: The pixel shader that produces colors from values
|
||||||
|
|
Loading…
Reference in New Issue