Skip to content

Commit bfa9904

Browse files
committed
Corrected erroneous edit to fill description to -> None
1 parent e84723a commit bfa9904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/displayio/Bitmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ STATIC mp_obj_t displayio_bitmap_obj_blit(size_t n_args, const mp_obj_t *pos_arg
273273
MP_DEFINE_CONST_FUN_OBJ_KW(displayio_bitmap_blit_obj, 4, displayio_bitmap_obj_blit);
274274
// `displayio_bitmap_obj_blit` requires at least 4 arguments
275275

276-
//| def fill(self, value: Any) -> Any:
276+
//| def fill(self, value: Any) -> None:
277277
//| """Fills the bitmap with the supplied palette index value."""
278278
//| ...
279279
//|

0 commit comments

Comments
 (0)