Skip to content

Commit 5903b67

Browse files
committed
Fix typo in doc signature of REGION
1 parent 75440c8 commit 5903b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/_eve/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ static mp_obj_t _pointsize(mp_obj_t self, mp_obj_t a0) {
10651065

10661066
static MP_DEFINE_CONST_FUN_OBJ_2(pointsize_obj, _pointsize);
10671067

1068-
//| def Region(self, y: int: h: int, dest: int) -> None:
1068+
//| def Region(self, y: int, h: int, dest: int) -> None:
10691069
//| """Specify a cull region in the display list
10701070
//|
10711071
//| :param int y: Starting Y band in the render buffer. Range 0-63

0 commit comments

Comments
 (0)