We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75440c8 commit 5903b67Copy full SHA for 5903b67
shared-bindings/_eve/__init__.c
@@ -1065,7 +1065,7 @@ static mp_obj_t _pointsize(mp_obj_t self, mp_obj_t a0) {
1065
1066
static MP_DEFINE_CONST_FUN_OBJ_2(pointsize_obj, _pointsize);
1067
1068
-//| def Region(self, y: int: h: int, dest: int) -> None:
+//| def Region(self, y: int, h: int, dest: int) -> None:
1069
//| """Specify a cull region in the display list
1070
//|
1071
//| :param int y: Starting Y band in the render buffer. Range 0-63
0 commit comments