Skip to content

Commit 4701786

Browse files
committed
Correct method name in docstring
1 parent 73eb594 commit 4701786

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
@@ -677,7 +677,7 @@ static mp_obj_t _palettesource(mp_obj_t self, mp_obj_t a0) {
677677
}
678678
static MP_DEFINE_CONST_FUN_OBJ_2(palettesource_obj, _palettesource);
679679

680-
//| def PaletteSource(self, addr: int) -> None:
680+
//| def PaletteSourceH(self, addr: int) -> None:
681681
//| """Set the base address of the palette
682682
//|
683683
//| :param int addr: Address in graphics RAM, 2-byte aligned, high part.

0 commit comments

Comments
 (0)