Stub comma

This commit is contained in:
Kenny 2021-08-03 08:08:11 -07:00 committed by GitHub
parent 8c22993e28
commit 464281b881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
//| 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.
//|
//| :param pixel_shader: The pixel shader that produces colors from values