diff options
| author | Kevin Matocha <kmatocha@icloud.com> | 2020-08-14 14:28:06 -0500 |
|---|---|---|
| committer | Kevin Matocha <kmatocha@icloud.com> | 2020-08-14 14:28:06 -0500 |
| commit | bfa9904f3e036d5c72cc2bd10ec4333d1f4fd58b (patch) | |
| tree | 4eb3f4db31f5ac0b92b44d15537254d3bbe7f2c5 /shared-bindings/displayio | |
| parent | e84723abba89f346cd9772e217f6f2c7dcf2b703 (diff) | |
Corrected erroneous edit to fill description to -> None
Diffstat (limited to 'shared-bindings/displayio')
| -rw-r--r-- | shared-bindings/displayio/Bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/displayio/Bitmap.c b/shared-bindings/displayio/Bitmap.c index f2123135f..b9a4fe47d 100644 --- a/shared-bindings/displayio/Bitmap.c +++ b/shared-bindings/displayio/Bitmap.c @@ -273,7 +273,7 @@ STATIC mp_obj_t displayio_bitmap_obj_blit(size_t n_args, const mp_obj_t *pos_arg MP_DEFINE_CONST_FUN_OBJ_KW(displayio_bitmap_blit_obj, 4, displayio_bitmap_obj_blit); // `displayio_bitmap_obj_blit` requires at least 4 arguments -//| def fill(self, value: Any) -> Any: +//| def fill(self, value: Any) -> None: //| """Fills the bitmap with the supplied palette index value.""" //| ... //| |
