Skip to content

Commit ae73032

Browse files
gamblor21tannewt
andauthored
Update doc that Palette may not always be there
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent afae397 commit ae73032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/gifio/OnDiskGif.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ MP_DEFINE_CONST_FUN_OBJ_1(gifio_ondiskgif_get_bitmap_obj, gifio_ondiskgif_obj_ge
206206
MP_PROPERTY_GETTER(gifio_ondiskgif_bitmap_obj,
207207
(mp_obj_t)&gifio_ondiskgif_get_bitmap_obj);
208208

209-
//| palette: displayio.Palette
209+
//| palette: Optional[displayio.Palette]
210210
//| """The palette for the current frame if it exists."""
211211
STATIC mp_obj_t gifio_ondiskgif_obj_get_palette(mp_obj_t self_in) {
212212
gifio_ondiskgif_t *self = MP_OBJ_TO_PTR(self_in);

0 commit comments

Comments
 (0)